Html Css Color HEX #609872 Oxley

📋 copy color: '#609872'

red 96 ◦ green 152 ◦ blue 114

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

Shades of Oxley #609872

Tints of Oxley #609872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.49%

R = 26.52%
G = 41.99%
B = 31.49%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#609872 (or 0x609872) is known color: Oxley. HEX triplet: 60, 98 and 72. RGB value is (96,152,114). Sum of RGB (Red+Green+Blue) = 96+152+114=362 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.52% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 152 - color contains mainly: green. Hex color #609872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609872 is #9F678D. Grayscale: #838383. Windows color (decimal): -10446734 or 7510112. OLE color: 7510112.

HSL color Cylindrical-coordinate representation of color #609872: hue angle of 139.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 #609872 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB 96 152 114 -
CMYK 0.37 0 0.25 0.40
HSL 139.29º 0.23% 0.49% -
HSV(B) 139.29º 0.37% 0.6% -
XYZ 19.09 26.16 19.96 -
YUV 130.92 118.45 103.09 -
System Red Green Blue C M Y K H S L
Decimal 96 152 114 0.37 0 0.25 0.40 139.29 0.23 0.49
Hex 60 98 72 25 0 19 28 8B 17 31
Octal 140 230 162 45 0 31 50 213 27 61
Binary 1100000 10011000 1110010 100101 0 11001 101000 10001011 10111 110001

Color Harmonies of #609872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609872

Black with #609872

Text Example


Text Example

White with #609872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609872; }

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

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

background-color css

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

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

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

border-color css

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

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

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