Html Css Color HEX #759B0A Christi

📋 copy color: '#759B0A'

red 117 ◦ green 155 ◦ blue 10

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

Shades of Christi #759B0A

Tints of Christi #759B0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.55%

R = 41.49%
G = 54.96%
B = 3.55%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#759B0A (or 0x759B0A) is known color: Christi. HEX triplet: 75, 9B and 0A. RGB value is (117,155,10). Sum of RGB (Red+Green+Blue) = 117+155+10=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 155 (60.94% from 255 or 54.96% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 155 - color contains mainly: green. Hex color #759B0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759B0A is #8A64F5. Grayscale: #7F7F7F. Windows color (decimal): -9069814 or 695157. OLE color: 695157.

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

Color convert

RGB 117 155 10 -
CMYK 0.25 0 0.94 0.39
HSL 75.72º 0.88% 0.32% -
HSV(B) 75.72º 0.94% 0.61% -
XYZ 19.11 27.25 4.54 -
YUV 127.11 61.91 120.79 -
System Red Green Blue C M Y K H S L
Decimal 117 155 10 0.25 0 0.94 0.39 75.72 0.88 0.32
Hex 75 9B A 19 0 5E 27 4C 58 20
Octal 165 233 12 31 0 136 47 114 130 40
Binary 1110101 10011011 1010 11001 0 1011110 100111 1001100 1011000 100000

Color Harmonies of #759B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759B0A

Black with #759B0A

Text Example


Text Example

White with #759B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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