Html Css Color HEX #759904 Christi

📋 copy color: '#759904'

red 117 ◦ green 153 ◦ blue 4

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

Shades of Christi #759904

Tints of Christi #759904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.46%

R = 42.7%
G = 55.84%
B = 1.46%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#759904 (or 0x759904) is known color: Christi. HEX triplet: 75, 99 and 04. RGB value is (117,153,4). Sum of RGB (Red+Green+Blue) = 117+153+4=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 153 (60.16% from 255 or 55.84% from 274); Blue value is 4 (1.95% from 255 or 1.46% from 274); Max value from RGB is 153 - color contains mainly: green. Hex color #759904 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759904 is #8A66FB. Grayscale: #7D7D7D. Windows color (decimal): -9070332 or 301429. OLE color: 301429.

HSL color Cylindrical-coordinate representation of color #759904: hue angle of 74.5º degrees, saturation: 0.95, 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 #759904 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.4.

Color convert

RGB 117 153 4 -
CMYK 0.24 0 0.97 0.4
HSL 74.5º 0.95% 0.31% -
HSV(B) 74.5º 0.97% 0.6% -
XYZ 18.75 26.57 4.26 -
YUV 125.25 59.57 122.12 -
System Red Green Blue C M Y K H S L
Decimal 117 153 4 0.24 0 0.97 0.4 74.5 0.95 0.31
Hex 75 99 4 18 0 61 28 4A 5F 1F
Octal 165 231 4 30 0 141 50 112 137 37
Binary 1110101 10011001 100 11000 0 1100001 101000 1001010 1011111 11111

Color Harmonies of #759904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759904

Black with #759904

Text Example


Text Example

White with #759904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759904; }

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

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

background-color css

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

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

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

border-color css

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

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

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