Html Css Color HEX #759910 Christi

📋 copy color: '#759910'

red 117 ◦ green 153 ◦ blue 16

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

Shades of Christi #759910

Tints of Christi #759910

RGB

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

 GREEN value IS 153 (60.16% from 255) = 53.5%

 BLUE value IS 16 (6.64% from 255) = 5.59%

R = 40.91%
G = 53.5%
B = 5.59%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#759910 (or 0x759910) is known color: Christi. HEX triplet: 75, 99 and 10. RGB value is (117,153,16). Sum of RGB (Red+Green+Blue) = 117+153+16=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 153 (60.16% from 255 or 53.50% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 153 - color contains mainly: green. Hex color #759910 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759910 is #8A66EF. Grayscale: #7F7F7F. Windows color (decimal): -9070320 or 1087861. OLE color: 1087861.

HSL color Cylindrical-coordinate representation of color #759910: hue angle of 75.77º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #759910 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 117 153 16 -
CMYK 0.24 0 0.90 0.4
HSL 75.77º 0.81% 0.33% -
HSV(B) 75.77º 0.9% 0.6% -
XYZ 18.82 26.6 4.63 -
YUV 126.62 65.57 121.14 -
System Red Green Blue C M Y K H S L
Decimal 117 153 16 0.24 0 0.90 0.4 75.77 0.81 0.33
Hex 75 99 10 18 0 5A 28 4C 51 21
Octal 165 231 20 30 0 132 50 114 121 41
Binary 1110101 10011001 10000 11000 0 1011010 101000 1001100 1010001 100001

Color Harmonies of #759910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759910

Black with #759910

Text Example


Text Example

White with #759910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759910; }

 p { color: rgb(117,153,16); }

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

background-color css

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

 a { background-color: rgb(117,153,16); }

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

border-color css

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

 span { border-color: rgb(117,153,16); }

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