Html Css Color HEX #759F20 Christi

📋 copy color: '#759F20'

red 117 ◦ green 159 ◦ blue 32

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

Shades of Christi #759F20

Tints of Christi #759F20

RGB

 RED value IS 117 (46.09% from 255) = 37.99%

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

 BLUE value IS 32 (12.89% from 255) = 10.39%

R = 37.99%
G = 51.62%
B = 10.39%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#759F20 (or 0x759F20) is known color: Christi. HEX triplet: 75, 9F and 20. RGB value is (117,159,32). Sum of RGB (Red+Green+Blue) = 117+159+32=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 159 (62.5% from 255 or 51.62% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 159 - color contains mainly: green. Hex color #759F20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759F20 is #8A60DF. Grayscale: #848484. Windows color (decimal): -9068768 or 2137973. OLE color: 2137973.

HSL color Cylindrical-coordinate representation of color #759F20: hue angle of 79.84º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #759F20 is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 159 32 -
CMYK 0.26 0 0.80 0.38
HSL 79.84º 0.66% 0.37% -
HSV(B) 79.84º 0.8% 0.62% -
XYZ 19.99 28.68 5.85 -
YUV 131.96 71.59 117.33 -
System Red Green Blue C M Y K H S L
Decimal 117 159 32 0.26 0 0.80 0.38 79.84 0.66 0.37
Hex 75 9F 20 1A 0 50 26 50 42 25
Octal 165 237 40 32 0 120 46 120 102 45
Binary 1110101 10011111 100000 11010 0 1010000 100110 1010000 1000010 100101

Color Harmonies of #759F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759F20

Black with #759F20

Text Example


Text Example

White with #759F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759F20; }

 p { color: rgb(117,159,32); }

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

background-color css

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

 a { background-color: rgb(117,159,32); }

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

border-color css

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

 span { border-color: rgb(117,159,32); }

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