Html Css Color HEX #67866A Laurel

📋 copy color: '#67866A'

red 103 ◦ green 134 ◦ blue 106

#67866A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laurel #67866A

Tints of Laurel #67866A

RGB

 RED value IS 103 (40.63% from 255) = 30.03%

 GREEN value IS 134 (52.73% from 255) = 39.07%

 BLUE value IS 106 (41.8% from 255) = 30.9%

R = 30.03%
G = 39.07%
B = 30.9%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#67866A (or 0x67866A) is known color: Laurel. HEX triplet: 67, 86 and 6A. RGB value is (103,134,106). Sum of RGB (Red+Green+Blue) = 103+134+106=343 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.03% from 343); Green value is 134 (52.73% from 255 or 39.07% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 134 - color contains mainly: green. Hex color #67866A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67866A is #987995. Grayscale: #797979. Windows color (decimal): -9992598 or 6981223. OLE color: 6981223.

HSL color Cylindrical-coordinate representation of color #67866A: hue angle of 125.81º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #67866A is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 103 134 106 -
CMYK 0.23 0 0.21 0.47
HSL 125.81º 0.13% 0.46% -
HSV(B) 125.81º 0.23% 0.53% -
XYZ 16.72 20.97 16.8 -
YUV 121.54 119.23 114.78 -
System Red Green Blue C M Y K H S L
Decimal 103 134 106 0.23 0 0.21 0.47 125.81 0.13 0.46
Hex 67 86 6A 17 0 15 2F 7E D 2E
Octal 147 206 152 27 0 25 57 176 15 56
Binary 1100111 10000110 1101010 10111 0 10101 101111 1111110 1101 101110

Color Harmonies of #67866A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67866A

Black with #67866A

Text Example


Text Example

White with #67866A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67866A; }

 p { color: rgb(103,134,106); }

 H1.HeaderClassName
 {
   color: #67866A;
 }
 .AnyTagClassName
 {
   color: #67866A;
 }
</style>

background-color css

<style>
 a { background-color: #67866A; }

 a { background-color: rgb(103,134,106); }

 div.DivClassName
 {
   background-color: #67866A;
 }
 .BgClassName
 {
   background-color: #67866A;
 }
</style>

border-color css

<style>
 span { border-color: #67866A; }

 span { border-color: rgb(103,134,106); }

 td.TdClassName
 {
   border-color: #67866A;
 }
 .TagClassName
 {
   border-color: #67866A;
 }
</style>