Html Css Color HEX #75AA00 Christi

📋 copy color: '#75AA00'

red 117 ◦ green 170 ◦ blue 0

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

Shades of Christi #75AA00

Tints of Christi #75AA00

RGB

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

 GREEN value IS 170 (66.8% from 255) = 59.23%

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

R = 40.77%
G = 59.23%
B = 0%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#75AA00 (or 0x75AA00) is known color: Christi. HEX triplet: 75, AA and 00. RGB value is (117,170,0). Sum of RGB (Red+Green+Blue) = 117+170+0=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 170 (66.80% from 255 or 59.23% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 170 - color contains mainly: green. Hex color #75AA00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75AA00 is #8A55FF. Grayscale: #878787. Windows color (decimal): -9065984 or 43637. OLE color: 43637.

HSL color Cylindrical-coordinate representation of color #75AA00: hue angle of 78.71º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #75AA00 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 170 0 -
CMYK 0.31 0 1 0.33
HSL 78.71º 1% 0.33% -
HSV(B) 78.71º 1% 0.67% -
XYZ 21.71 32.53 5.13 -
YUV 134.77 51.94 115.32 -
System Red Green Blue C M Y K H S L
Decimal 117 170 0 0.31 0 1 0.33 78.71 1 0.33
Hex 75 AA 0 1F 0 64 21 4F 64 21
Octal 165 252 0 37 0 144 41 117 144 41
Binary 1110101 10101010 0 11111 0 1100100 100001 1001111 1100100 100001

Color Harmonies of #75AA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AA00

Black with #75AA00

Text Example


Text Example

White with #75AA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75AA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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