Html Css Color HEX #67896C Laurel

📋 copy color: '#67896C'

red 103 ◦ green 137 ◦ blue 108

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

Shades of Laurel #67896C

Tints of Laurel #67896C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.03%

R = 29.6%
G = 39.37%
B = 31.03%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#67896C (or 0x67896C) is known color: Laurel. HEX triplet: 67, 89 and 6C. RGB value is (103,137,108). Sum of RGB (Red+Green+Blue) = 103+137+108=348 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.60% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 137 - color contains mainly: green. Hex color #67896C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67896C is #987693. Grayscale: #7B7B7B. Windows color (decimal): -9991828 or 7113063. OLE color: 7113063.

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

Color convert

RGB 103 137 108 -
CMYK 0.25 0 0.21 0.46
HSL 128.82º 0.14% 0.47% -
HSV(B) 128.82º 0.25% 0.54% -
XYZ 17.25 21.86 17.5 -
YUV 123.53 119.24 113.36 -
System Red Green Blue C M Y K H S L
Decimal 103 137 108 0.25 0 0.21 0.46 128.82 0.14 0.47
Hex 67 89 6C 19 0 15 2E 81 E 2F
Octal 147 211 154 31 0 25 56 201 16 57
Binary 1100111 10001001 1101100 11001 0 10101 101110 10000001 1110 101111

Color Harmonies of #67896C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67896C

Black with #67896C

Text Example


Text Example

White with #67896C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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