Html Css Color HEX #609767 Laurel

📋 copy color: '#609767'

red 96 ◦ green 151 ◦ blue 103

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

Shades of Laurel #609767

Tints of Laurel #609767

RGB

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

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

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

R = 27.43%
G = 43.14%
B = 29.43%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#609767 (or 0x609767) is known color: Laurel. HEX triplet: 60, 97 and 67. RGB value is (96,151,103). Sum of RGB (Red+Green+Blue) = 96+151+103=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 151 (59.38% from 255 or 43.14% from 350); Blue value is 103 (40.62% from 255 or 29.43% from 350); Max value from RGB is 151 - color contains mainly: green. Hex color #609767 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609767 is #9F6898. Grayscale: #818181. Windows color (decimal): -10447001 or 6788960. OLE color: 6788960.

HSL color Cylindrical-coordinate representation of color #609767: hue angle of 127.64º 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 #609767 is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB 96 151 103 -
CMYK 0.36 0 0.32 0.41
HSL 127.64º 0.22% 0.48% -
HSV(B) 127.64º 0.36% 0.59% -
XYZ 18.34 25.6 16.81 -
YUV 129.08 113.28 104.4 -
System Red Green Blue C M Y K H S L
Decimal 96 151 103 0.36 0 0.32 0.41 127.64 0.22 0.48
Hex 60 97 67 24 0 20 29 80 16 30
Octal 140 227 147 44 0 40 51 200 26 60
Binary 1100000 10010111 1100111 100100 0 100000 101001 10000000 10110 110000

Color Harmonies of #609767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609767

Black with #609767

Text Example


Text Example

White with #609767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609767; }

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

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

background-color css

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

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

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

border-color css

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

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

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