Html Css Color HEX #67886F Laurel

📋 copy color: '#67886F'

red 103 ◦ green 136 ◦ blue 111

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

Shades of Laurel #67886F

Tints of Laurel #67886F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.86%

 BLUE value IS 111 (43.75% from 255) = 31.71%

R = 29.43%
G = 38.86%
B = 31.71%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#67886F (or 0x67886F) is known color: Laurel. HEX triplet: 67, 88 and 6F. RGB value is (103,136,111). Sum of RGB (Red+Green+Blue) = 103+136+111=350 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.43% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 136 - color contains mainly: green. Hex color #67886F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67886F is #987790. Grayscale: #7B7B7B. Windows color (decimal): -9992081 or 7309415. OLE color: 7309415.

HSL color Cylindrical-coordinate representation of color #67886F: hue angle of 134.55º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #67886F is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 103 136 111 -
CMYK 0.24 0 0.18 0.47
HSL 134.55º 0.14% 0.47% -
HSV(B) 134.55º 0.24% 0.53% -
XYZ 17.27 21.64 18.31 -
YUV 123.28 121.07 113.53 -
System Red Green Blue C M Y K H S L
Decimal 103 136 111 0.24 0 0.18 0.47 134.55 0.14 0.47
Hex 67 88 6F 18 0 12 2F 87 E 2F
Octal 147 210 157 30 0 22 57 207 16 57
Binary 1100111 10001000 1101111 11000 0 10010 101111 10000111 1110 101111

Color Harmonies of #67886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67886F

Black with #67886F

Text Example


Text Example

White with #67886F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67886F; }

 p { color: rgb(103,136,111); }

 H1.HeaderClassName
 {
   color: #67886F;
 }
 .AnyTagClassName
 {
   color: #67886F;
 }
</style>

background-color css

<style>
 a { background-color: #67886F; }

 a { background-color: rgb(103,136,111); }

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

border-color css

<style>
 span { border-color: #67886F; }

 span { border-color: rgb(103,136,111); }

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