Html Css Color HEX #759F10 Christi

📋 copy color: '#759F10'

red 117 ◦ green 159 ◦ blue 16

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

Shades of Christi #759F10

Tints of Christi #759F10

RGB

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

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

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

R = 40.07%
G = 54.45%
B = 5.48%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.90

 K value IS 0.38

RGB Variations

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

Color information

#759F10 (or 0x759F10) is known color: Christi. HEX triplet: 75, 9F and 10. RGB value is (117,159,16). Sum of RGB (Red+Green+Blue) = 117+159+16=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 159 (62.5% from 255 or 54.45% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 159 - color contains mainly: green. Hex color #759F10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759F10 is #8A60EF. Grayscale: #828282. Windows color (decimal): -9068784 or 1089397. OLE color: 1089397.

HSL color Cylindrical-coordinate representation of color #759F10: hue angle of 77.62º 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 #759F10 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 159 16 -
CMYK 0.26 0 0.90 0.38
HSL 77.62º 0.82% 0.34% -
HSV(B) 77.62º 0.9% 0.62% -
XYZ 19.83 28.62 4.97 -
YUV 130.14 63.59 118.63 -
System Red Green Blue C M Y K H S L
Decimal 117 159 16 0.26 0 0.90 0.38 77.62 0.82 0.34
Hex 75 9F 10 1A 0 5A 26 4E 52 22
Octal 165 237 20 32 0 132 46 116 122 42
Binary 1110101 10011111 10000 11010 0 1011010 100110 1001110 1010010 100010

Color Harmonies of #759F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759F10

Black with #759F10

Text Example


Text Example

White with #759F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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