Html Css Color HEX #67896E Laurel

📋 copy color: '#67896E'

red 103 ◦ green 137 ◦ blue 110

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

Shades of Laurel #67896E

Tints of Laurel #67896E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.14%

 BLUE value IS 110 (43.36% from 255) = 31.43%

R = 29.43%
G = 39.14%
B = 31.43%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#67896E (or 0x67896E) is known color: Laurel. HEX triplet: 67, 89 and 6E. RGB value is (103,137,110). Sum of RGB (Red+Green+Blue) = 103+137+110=350 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.43% from 350); Green value is 137 (53.91% from 255 or 39.14% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 137 - color contains mainly: green. Hex color #67896E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67896E is #987691. Grayscale: #7B7B7B. Windows color (decimal): -9991826 or 7244135. OLE color: 7244135.

HSL color Cylindrical-coordinate representation of color #67896E: hue angle of 132.35º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #67896E is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 103 137 110 -
CMYK 0.25 0 0.20 0.46
HSL 132.35º 0.14% 0.47% -
HSV(B) 132.35º 0.25% 0.54% -
XYZ 17.35 21.9 18.06 -
YUV 123.76 120.24 113.2 -
System Red Green Blue C M Y K H S L
Decimal 103 137 110 0.25 0 0.20 0.46 132.35 0.14 0.47
Hex 67 89 6E 19 0 14 2E 84 E 2F
Octal 147 211 156 31 0 24 56 204 16 57
Binary 1100111 10001001 1101110 11001 0 10100 101110 10000100 1110 101111

Color Harmonies of #67896E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67896E

Black with #67896E

Text Example


Text Example

White with #67896E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67896E; }

 p { color: rgb(103,137,110); }

 H1.HeaderClassName
 {
   color: #67896E;
 }
 .AnyTagClassName
 {
   color: #67896E;
 }
</style>

background-color css

<style>
 a { background-color: #67896E; }

 a { background-color: rgb(103,137,110); }

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

border-color css

<style>
 span { border-color: #67896E; }

 span { border-color: rgb(103,137,110); }

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