Html Css Color HEX #609C64 Laurel

📋 copy color: '#609C64'

red 96 ◦ green 156 ◦ blue 100

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

Shades of Laurel #609C64

Tints of Laurel #609C64

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.32%

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

R = 27.27%
G = 44.32%
B = 28.41%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.36

 K value IS 0.39

RGB Variations

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

Color information

#609C64 (or 0x609C64) is known color: Laurel. HEX triplet: 60, 9C and 64. RGB value is (96,156,100). Sum of RGB (Red+Green+Blue) = 96+156+100=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 156 (61.33% from 255 or 44.32% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 156 - color contains mainly: green. Hex color #609C64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609C64 is #9F639B. Grayscale: #838383. Windows color (decimal): -10445724 or 6593632. OLE color: 6593632.

HSL color Cylindrical-coordinate representation of color #609C64: hue angle of 124º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #609C64 is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.

Color convert

RGB 96 156 100 -
CMYK 0.38 0 0.36 0.39
HSL 124º 0.24% 0.49% -
HSV(B) 124º 0.38% 0.61% -
XYZ 19.01 27.18 16.3 -
YUV 131.68 110.12 102.55 -
System Red Green Blue C M Y K H S L
Decimal 96 156 100 0.38 0 0.36 0.39 124 0.24 0.49
Hex 60 9C 64 26 0 24 27 7C 18 31
Octal 140 234 144 46 0 44 47 174 30 61
Binary 1100000 10011100 1100100 100110 0 100100 100111 1111100 11000 110001

Color Harmonies of #609C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609C64

Black with #609C64

Text Example


Text Example

White with #609C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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