Html Css Color HEX #759D10 Christi

📋 copy color: '#759D10'

red 117 ◦ green 157 ◦ blue 16

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

Shades of Christi #759D10

Tints of Christi #759D10

RGB

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

 GREEN value IS 157 (61.72% from 255) = 54.14%

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

R = 40.34%
G = 54.14%
B = 5.52%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.90

 K value IS 0.38

RGB Variations

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

Color information

#759D10 (or 0x759D10) is known color: Christi. HEX triplet: 75, 9D and 10. RGB value is (117,157,16). Sum of RGB (Red+Green+Blue) = 117+157+16=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 157 (61.72% from 255 or 54.14% from 290); Blue value is 16 (6.64% from 255 or 5.52% from 290); Max value from RGB is 157 - color contains mainly: green. Hex color #759D10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759D10 is #8A62EF. Grayscale: #818181. Windows color (decimal): -9069296 or 1088885. OLE color: 1088885.

HSL color Cylindrical-coordinate representation of color #759D10: hue angle of 77.02º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #759D10 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 157 16 -
CMYK 0.25 0 0.90 0.38
HSL 77.02º 0.82% 0.34% -
HSV(B) 77.02º 0.9% 0.62% -
XYZ 19.49 27.93 4.85 -
YUV 128.97 64.25 119.46 -
System Red Green Blue C M Y K H S L
Decimal 117 157 16 0.25 0 0.90 0.38 77.02 0.82 0.34
Hex 75 9D 10 19 0 5A 26 4D 52 22
Octal 165 235 20 31 0 132 46 115 122 42
Binary 1110101 10011101 10000 11001 0 1011010 100110 1001101 1010010 100010

Color Harmonies of #759D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759D10

Black with #759D10

Text Example


Text Example

White with #759D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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