Html Css Color HEX #759D12 Christi

📋 copy color: '#759D12'

red 117 ◦ green 157 ◦ blue 18

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

Shades of Christi #759D12

Tints of Christi #759D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.16%

R = 40.07%
G = 53.77%
B = 6.16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#759D12 (or 0x759D12) is known color: Christi. HEX triplet: 75, 9D and 12. RGB value is (117,157,18). Sum of RGB (Red+Green+Blue) = 117+157+18=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 157 (61.72% from 255 or 53.77% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 157 - color contains mainly: green. Hex color #759D12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759D12 is #8A62ED. Grayscale: #818181. Windows color (decimal): -9069294 or 1219957. OLE color: 1219957.

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

Color convert

RGB 117 157 18 -
CMYK 0.25 0 0.89 0.38
HSL 77.27º 0.79% 0.34% -
HSV(B) 77.27º 0.89% 0.62% -
XYZ 19.5 27.94 4.94 -
YUV 129.19 65.25 119.3 -
System Red Green Blue C M Y K H S L
Decimal 117 157 18 0.25 0 0.89 0.38 77.27 0.79 0.34
Hex 75 9D 12 19 0 59 26 4D 4F 22
Octal 165 235 22 31 0 131 46 115 117 42
Binary 1110101 10011101 10010 11001 0 1011001 100110 1001101 1001111 100010

Color Harmonies of #759D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759D12

Black with #759D12

Text Example


Text Example

White with #759D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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