Html Css Color HEX #759805 Christi

📋 copy color: '#759805'

red 117 ◦ green 152 ◦ blue 5

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

Shades of Christi #759805

Tints of Christi #759805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.82%

R = 42.7%
G = 55.47%
B = 1.82%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#759805 (or 0x759805) is known color: Christi. HEX triplet: 75, 98 and 05. RGB value is (117,152,5). Sum of RGB (Red+Green+Blue) = 117+152+5=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 152 (59.77% from 255 or 55.47% from 274); Blue value is 5 (2.34% from 255 or 1.82% from 274); Max value from RGB is 152 - color contains mainly: green. Hex color #759805 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759805 is #8A67FA. Grayscale: #7D7D7D. Windows color (decimal): -9070587 or 366709. OLE color: 366709.

HSL color Cylindrical-coordinate representation of color #759805: hue angle of 74.29º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #759805 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 152 5 -
CMYK 0.23 0 0.97 0.40
HSL 74.29º 0.94% 0.31% -
HSV(B) 74.29º 0.97% 0.6% -
XYZ 18.59 26.25 4.23 -
YUV 124.78 60.4 122.45 -
System Red Green Blue C M Y K H S L
Decimal 117 152 5 0.23 0 0.97 0.40 74.29 0.94 0.31
Hex 75 98 5 17 0 61 28 4A 5E 1F
Octal 165 230 5 27 0 141 50 112 136 37
Binary 1110101 10011000 101 10111 0 1100001 101000 1001010 1011110 11111

Color Harmonies of #759805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759805

Black with #759805

Text Example


Text Example

White with #759805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759805; }

 p { color: rgb(117,152,5); }

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

background-color css

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

 a { background-color: rgb(117,152,5); }

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

border-color css

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

 span { border-color: rgb(117,152,5); }

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