Html Css Color HEX #608967 Laurel

📋 copy color: '#608967'

red 96 ◦ green 137 ◦ blue 103

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

Shades of Laurel #608967

Tints of Laurel #608967

RGB

 RED value IS 96 (37.89% from 255) = 28.57%

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

 BLUE value IS 103 (40.63% from 255) = 30.65%

R = 28.57%
G = 40.77%
B = 30.65%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#608967 (or 0x608967) is known color: Laurel. HEX triplet: 60, 89 and 67. RGB value is (96,137,103). Sum of RGB (Red+Green+Blue) = 96+137+103=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 137 (53.91% from 255 or 40.77% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 137 - color contains mainly: green. Hex color #608967 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608967 is #9F7698. Grayscale: #787878. Windows color (decimal): -10450585 or 6785376. OLE color: 6785376.

HSL color Cylindrical-coordinate representation of color #608967: hue angle of 130.24º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #608967 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 137 103 -
CMYK 0.30 0 0.25 0.46
HSL 130.24º 0.18% 0.46% -
HSV(B) 130.24º 0.3% 0.54% -
XYZ 16.22 21.36 16.1 -
YUV 120.87 117.92 110.26 -
System Red Green Blue C M Y K H S L
Decimal 96 137 103 0.30 0 0.25 0.46 130.24 0.18 0.46
Hex 60 89 67 1E 0 19 2E 82 12 2E
Octal 140 211 147 36 0 31 56 202 22 56
Binary 1100000 10001001 1100111 11110 0 11001 101110 10000010 10010 101110

Color Harmonies of #608967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608967

Black with #608967

Text Example


Text Example

White with #608967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608967; }

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

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

background-color css

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

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

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

border-color css

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

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

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