Html Css Color HEX #609B6D Oxley

📋 copy color: '#609B6D'

red 96 ◦ green 155 ◦ blue 109

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

Shades of Oxley #609B6D

Tints of Oxley #609B6D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.06%

 BLUE value IS 109 (42.97% from 255) = 30.28%

R = 26.67%
G = 43.06%
B = 30.28%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#609B6D (or 0x609B6D) is known color: Oxley. HEX triplet: 60, 9B and 6D. RGB value is (96,155,109). Sum of RGB (Red+Green+Blue) = 96+155+109=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 155 (60.94% from 255 or 43.06% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 155 - color contains mainly: green. Hex color #609B6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609B6D is #9F6492. Grayscale: #848484. Windows color (decimal): -10445971 or 7183200. OLE color: 7183200.

HSL color Cylindrical-coordinate representation of color #609B6D: hue angle of 133.22º 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 #609B6D is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 96 155 109 -
CMYK 0.38 0 0.30 0.39
HSL 133.22º 0.24% 0.49% -
HSV(B) 133.22º 0.38% 0.61% -
XYZ 19.31 27.03 18.67 -
YUV 132.12 114.95 102.24 -
System Red Green Blue C M Y K H S L
Decimal 96 155 109 0.38 0 0.30 0.39 133.22 0.24 0.49
Hex 60 9B 6D 26 0 1E 27 85 18 31
Octal 140 233 155 46 0 36 47 205 30 61
Binary 1100000 10011011 1101101 100110 0 11110 100111 10000101 11000 110001

Color Harmonies of #609B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609B6D

Black with #609B6D

Text Example


Text Example

White with #609B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,155,109); }

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

background-color css

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

 a { background-color: rgb(96,155,109); }

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

border-color css

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

 span { border-color: rgb(96,155,109); }

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