Html Css Color HEX #609764 Laurel

📋 copy color: '#609764'

red 96 ◦ green 151 ◦ blue 100

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

Shades of Laurel #609764

Tints of Laurel #609764

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.52%

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

R = 27.67%
G = 43.52%
B = 28.82%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#609764 (or 0x609764) is known color: Laurel. HEX triplet: 60, 97 and 64. RGB value is (96,151,100). Sum of RGB (Red+Green+Blue) = 96+151+100=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 151 (59.38% from 255 or 43.52% from 347); Blue value is 100 (39.45% from 255 or 28.82% from 347); Max value from RGB is 151 - color contains mainly: green. Hex color #609764 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609764 is #9F689B. Grayscale: #808080. Windows color (decimal): -10447004 or 6592352. OLE color: 6592352.

HSL color Cylindrical-coordinate representation of color #609764: hue angle of 124.36º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #609764 is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB 96 151 100 -
CMYK 0.36 0 0.34 0.41
HSL 124.36º 0.22% 0.48% -
HSV(B) 124.36º 0.36% 0.59% -
XYZ 18.19 25.54 16.03 -
YUV 128.74 111.78 104.65 -
System Red Green Blue C M Y K H S L
Decimal 96 151 100 0.36 0 0.34 0.41 124.36 0.22 0.48
Hex 60 97 64 24 0 22 29 7C 16 30
Octal 140 227 144 44 0 42 51 174 26 60
Binary 1100000 10010111 1100100 100100 0 100010 101001 1111100 10110 110000

Color Harmonies of #609764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609764

Black with #609764

Text Example


Text Example

White with #609764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609764; }

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

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

background-color css

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

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

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

border-color css

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

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

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