Html Css Color HEX #75A802 Christi

📋 copy color: '#75A802'

red 117 ◦ green 168 ◦ blue 2

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

Shades of Christi #75A802

Tints of Christi #75A802

RGB

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

 GREEN value IS 168 (66.02% from 255) = 58.54%

 BLUE value IS 2 (1.17% from 255) = 0.7%

R = 40.77%
G = 58.54%
B = 0.7%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#75A802 (or 0x75A802) is known color: Christi. HEX triplet: 75, A8 and 02. RGB value is (117,168,2). Sum of RGB (Red+Green+Blue) = 117+168+2=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 168 (66.02% from 255 or 58.54% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 168 - color contains mainly: green. Hex color #75A802 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75A802 is #8A57FD. Grayscale: #868686. Windows color (decimal): -9066494 or 174197. OLE color: 174197.

HSL color Cylindrical-coordinate representation of color #75A802: hue angle of 78.43º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #75A802 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.

Color convert

RGB 117 168 2 -
CMYK 0.30 0 0.99 0.34
HSL 78.43º 0.98% 0.33% -
HSV(B) 78.43º 0.99% 0.66% -
XYZ 21.35 31.79 5.07 -
YUV 133.83 53.6 116 -
System Red Green Blue C M Y K H S L
Decimal 117 168 2 0.30 0 0.99 0.34 78.43 0.98 0.33
Hex 75 A8 2 1E 0 63 22 4E 62 21
Octal 165 250 2 36 0 143 42 116 142 41
Binary 1110101 10101000 10 11110 0 1100011 100010 1001110 1100010 100001

Color Harmonies of #75A802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A802

Black with #75A802

Text Example


Text Example

White with #75A802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,168,2); }

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

background-color css

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

 a { background-color: rgb(117,168,2); }

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

border-color css

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

 span { border-color: rgb(117,168,2); }

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