Html Css Color HEX #5C9F6D Oxley

📋 copy color: '#5C9F6D'

red 92 ◦ green 159 ◦ blue 109

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

Shades of Oxley #5C9F6D

Tints of Oxley #5C9F6D

RGB

 RED value IS 92 (36.33% from 255) = 25.56%

 GREEN value IS 159 (62.5% from 255) = 44.17%

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

R = 25.56%
G = 44.17%
B = 30.28%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#5C9F6D (or 0x5C9F6D) is known color: Oxley. HEX triplet: 5C, 9F and 6D. RGB value is (92,159,109). Sum of RGB (Red+Green+Blue) = 92+159+109=360 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.56% from 360); Green value is 159 (62.5% from 255 or 44.17% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 159 - color contains mainly: green. Hex color #5C9F6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9F6D is #A36092. Grayscale: #858585. Windows color (decimal): -10707091 or 7184220. OLE color: 7184220.

HSL color Cylindrical-coordinate representation of color #5C9F6D: hue angle of 135.22º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5C9F6D is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 92 159 109 -
CMYK 0.42 0 0.31 0.38
HSL 135.22º 0.27% 0.49% -
HSV(B) 135.22º 0.42% 0.62% -
XYZ 19.57 28.18 18.87 -
YUV 133.27 114.3 98.57 -
System Red Green Blue C M Y K H S L
Decimal 92 159 109 0.42 0 0.31 0.38 135.22 0.27 0.49
Hex 5C 9F 6D 2A 0 1F 26 87 1B 31
Octal 134 237 155 52 0 37 46 207 33 61
Binary 1011100 10011111 1101101 101010 0 11111 100110 10000111 11011 110001

Color Harmonies of #5C9F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C9F6D

Black with #5C9F6D

Text Example


Text Example

White with #5C9F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C9F6D; }

 p { color: rgb(92,159,109); }

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

background-color css

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

 a { background-color: rgb(92,159,109); }

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

border-color css

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

 span { border-color: rgb(92,159,109); }

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