Html Css Color HEX #759B05 Christi

📋 copy color: '#759B05'

red 117 ◦ green 155 ◦ blue 5

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

Shades of Christi #759B05

Tints of Christi #759B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.81%

R = 42.24%
G = 55.96%
B = 1.81%

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

#759B05 (or 0x759B05) is known color: Christi. HEX triplet: 75, 9B and 05. RGB value is (117,155,5). Sum of RGB (Red+Green+Blue) = 117+155+5=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 155 (60.94% from 255 or 55.96% from 277); Blue value is 5 (2.34% from 255 or 1.81% from 277); Max value from RGB is 155 - color contains mainly: green. Hex color #759B05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759B05 is #8A64FA. Grayscale: #7F7F7F. Windows color (decimal): -9069819 or 367477. OLE color: 367477.

HSL color Cylindrical-coordinate representation of color #759B05: hue angle of 75.2º degrees, saturation: 0.94, 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 #759B05 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 155 5 -
CMYK 0.25 0 0.97 0.39
HSL 75.2º 0.94% 0.31% -
HSV(B) 75.2º 0.97% 0.61% -
XYZ 19.08 27.24 4.39 -
YUV 126.54 59.41 121.2 -
System Red Green Blue C M Y K H S L
Decimal 117 155 5 0.25 0 0.97 0.39 75.2 0.94 0.31
Hex 75 9B 5 19 0 61 27 4B 5E 1F
Octal 165 233 5 31 0 141 47 113 136 37
Binary 1110101 10011011 101 11001 0 1100001 100111 1001011 1011110 11111

Color Harmonies of #759B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759B05

Black with #759B05

Text Example


Text Example

White with #759B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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