Html Css Color HEX #759B00 Christi

📋 copy color: '#759B00'

red 117 ◦ green 155 ◦ blue 0

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

Shades of Christi #759B00

Tints of Christi #759B00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.01%
G = 56.99%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.39

RGB Variations

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

Color information

#759B00 (or 0x759B00) is known color: Christi. HEX triplet: 75, 9B and 00. RGB value is (117,155,0). Sum of RGB (Red+Green+Blue) = 117+155+0=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 155 (60.94% from 255 or 56.99% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 155 - color contains mainly: green. Hex color #759B00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759B00 is #8A64FF. Grayscale: #7E7E7E. Windows color (decimal): -9069824 or 39797. OLE color: 39797.

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

Color convert

RGB 117 155 0 -
CMYK 0.25 0 1 0.39
HSL 74.71º 1% 0.3% -
HSV(B) 74.71º 1% 0.61% -
XYZ 19.06 27.22 4.25 -
YUV 125.97 56.91 121.6 -
System Red Green Blue C M Y K H S L
Decimal 117 155 0 0.25 0 1 0.39 74.71 1 0.3
Hex 75 9B 0 19 0 64 27 4B 64 1E
Octal 165 233 0 31 0 144 47 113 144 36
Binary 1110101 10011011 0 11001 0 1100100 100111 1001011 1100100 11110

Color Harmonies of #759B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759B00

Black with #759B00

Text Example


Text Example

White with #759B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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