Html Css Color HEX #67896F Laurel

📋 copy color: '#67896F'

red 103 ◦ green 137 ◦ blue 111

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

Shades of Laurel #67896F

Tints of Laurel #67896F

RGB

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

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

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

R = 29.34%
G = 39.03%
B = 31.62%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#67896F (or 0x67896F) is known color: Laurel. HEX triplet: 67, 89 and 6F. RGB value is (103,137,111). Sum of RGB (Red+Green+Blue) = 103+137+111=351 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.34% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 137 - color contains mainly: green. Hex color #67896F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67896F is #987690. Grayscale: #7B7B7B. Windows color (decimal): -9991825 or 7309671. OLE color: 7309671.

HSL color Cylindrical-coordinate representation of color #67896F: hue angle of 134.12º 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 #67896F is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 103 137 111 -
CMYK 0.25 0 0.19 0.46
HSL 134.12º 0.14% 0.47% -
HSV(B) 134.12º 0.25% 0.54% -
XYZ 17.41 21.92 18.35 -
YUV 123.87 120.74 113.11 -
System Red Green Blue C M Y K H S L
Decimal 103 137 111 0.25 0 0.19 0.46 134.12 0.14 0.47
Hex 67 89 6F 19 0 13 2E 86 E 2F
Octal 147 211 157 31 0 23 56 206 16 57
Binary 1100111 10001001 1101111 11001 0 10011 101110 10000110 1110 101111

Color Harmonies of #67896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67896F

Black with #67896F

Text Example


Text Example

White with #67896F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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