Html Css Color HEX #5C916A Oxley

📋 copy color: '#5C916A'

red 92 ◦ green 145 ◦ blue 106

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

Shades of Oxley #5C916A

Tints of Oxley #5C916A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.27%

 BLUE value IS 106 (41.8% from 255) = 30.9%

R = 26.82%
G = 42.27%
B = 30.9%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#5C916A (or 0x5C916A) is known color: Oxley. HEX triplet: 5C, 91 and 6A. RGB value is (92,145,106). Sum of RGB (Red+Green+Blue) = 92+145+106=343 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.82% from 343); Green value is 145 (57.03% from 255 or 42.27% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 145 - color contains mainly: green. Hex color #5C916A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C916A is #A36E95. Grayscale: #7C7C7C. Windows color (decimal): -10710678 or 6984028. OLE color: 6984028.

HSL color Cylindrical-coordinate representation of color #5C916A: hue angle of 135.85º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5C916A is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB 92 145 106 -
CMYK 0.37 0 0.27 0.43
HSL 135.85º 0.22% 0.46% -
HSV(B) 135.85º 0.37% 0.57% -
XYZ 17.14 23.57 17.28 -
YUV 124.71 117.44 104.67 -
System Red Green Blue C M Y K H S L
Decimal 92 145 106 0.37 0 0.27 0.43 135.85 0.22 0.46
Hex 5C 91 6A 25 0 1B 2B 88 16 2E
Octal 134 221 152 45 0 33 53 210 26 56
Binary 1011100 10010001 1101010 100101 0 11011 101011 10001000 10110 101110

Color Harmonies of #5C916A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C916A

Black with #5C916A

Text Example


Text Example

White with #5C916A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,145,106); }

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

background-color css

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

 a { background-color: rgb(92,145,106); }

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

border-color css

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

 span { border-color: rgb(92,145,106); }

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