Html Css Color HEX #759B04 Christi

📋 copy color: '#759B04'

red 117 ◦ green 155 ◦ blue 4

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

Shades of Christi #759B04

Tints of Christi #759B04

RGB

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

 GREEN value IS 155 (60.94% from 255) = 56.16%

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

R = 42.39%
G = 56.16%
B = 1.45%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#759B04 (or 0x759B04) is known color: Christi. HEX triplet: 75, 9B and 04. RGB value is (117,155,4). Sum of RGB (Red+Green+Blue) = 117+155+4=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 155 (60.94% from 255 or 56.16% from 276); Blue value is 4 (1.95% from 255 or 1.45% from 276); Max value from RGB is 155 - color contains mainly: green. Hex color #759B04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759B04 is #8A64FB. Grayscale: #7E7E7E. Windows color (decimal): -9069820 or 301941. OLE color: 301941.

HSL color Cylindrical-coordinate representation of color #759B04: hue angle of 75.1º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #759B04 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 155 4 -
CMYK 0.25 0 0.97 0.39
HSL 75.1º 0.95% 0.31% -
HSV(B) 75.1º 0.97% 0.61% -
XYZ 19.08 27.23 4.37 -
YUV 126.42 58.91 121.28 -
System Red Green Blue C M Y K H S L
Decimal 117 155 4 0.25 0 0.97 0.39 75.1 0.95 0.31
Hex 75 9B 4 19 0 61 27 4B 5F 1F
Octal 165 233 4 31 0 141 47 113 137 37
Binary 1110101 10011011 100 11001 0 1100001 100111 1001011 1011111 11111

Color Harmonies of #759B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759B04

Black with #759B04

Text Example


Text Example

White with #759B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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