Html Css Color HEX #75A002 Christi

📋 copy color: '#75A002'

red 117 ◦ green 160 ◦ blue 2

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

Shades of Christi #75A002

Tints of Christi #75A002

RGB

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

 GREEN value IS 160 (62.89% from 255) = 57.35%

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

R = 41.94%
G = 57.35%
B = 0.72%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#75A002 (or 0x75A002) is known color: Christi. HEX triplet: 75, A0 and 02. RGB value is (117,160,2). Sum of RGB (Red+Green+Blue) = 117+160+2=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 160 (62.89% from 255 or 57.35% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 160 - color contains mainly: green. Hex color #75A002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75A002 is #8A5FFD. Grayscale: #818181. Windows color (decimal): -9068542 or 172149. OLE color: 172149.

HSL color Cylindrical-coordinate representation of color #75A002: hue angle of 76.33º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #75A002 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB 117 160 2 -
CMYK 0.27 0 0.99 0.37
HSL 76.33º 0.98% 0.32% -
HSV(B) 76.33º 0.99% 0.63% -
XYZ 19.92 28.93 4.59 -
YUV 129.13 56.25 119.35 -
System Red Green Blue C M Y K H S L
Decimal 117 160 2 0.27 0 0.99 0.37 76.33 0.98 0.32
Hex 75 A0 2 1B 0 63 25 4C 62 20
Octal 165 240 2 33 0 143 45 114 142 40
Binary 1110101 10100000 10 11011 0 1100011 100101 1001100 1100010 100000

Color Harmonies of #75A002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A002

Black with #75A002

Text Example


Text Example

White with #75A002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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