Html Css Color HEX #609864 Laurel

📋 copy color: '#609864'

red 96 ◦ green 152 ◦ blue 100

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

Shades of Laurel #609864

Tints of Laurel #609864

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.68%

 BLUE value IS 100 (39.45% from 255) = 28.74%

R = 27.59%
G = 43.68%
B = 28.74%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#609864 (or 0x609864) is known color: Laurel. HEX triplet: 60, 98 and 64. RGB value is (96,152,100). Sum of RGB (Red+Green+Blue) = 96+152+100=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 152 (59.77% from 255 or 43.68% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 152 - color contains mainly: green. Hex color #609864 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609864 is #9F679B. Grayscale: #818181. Windows color (decimal): -10446748 or 6592608. OLE color: 6592608.

HSL color Cylindrical-coordinate representation of color #609864: hue angle of 124.29º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #609864 is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 96 152 100 -
CMYK 0.37 0 0.34 0.40
HSL 124.29º 0.23% 0.49% -
HSV(B) 124.29º 0.37% 0.6% -
XYZ 18.35 25.86 16.08 -
YUV 129.33 111.45 104.23 -
System Red Green Blue C M Y K H S L
Decimal 96 152 100 0.37 0 0.34 0.40 124.29 0.23 0.49
Hex 60 98 64 25 0 22 28 7C 17 31
Octal 140 230 144 45 0 42 50 174 27 61
Binary 1100000 10011000 1100100 100101 0 100010 101000 1111100 10111 110001

Color Harmonies of #609864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609864

Black with #609864

Text Example


Text Example

White with #609864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609864; }

 p { color: rgb(96,152,100); }

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

background-color css

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

 a { background-color: rgb(96,152,100); }

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

border-color css

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

 span { border-color: rgb(96,152,100); }

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