Html Css Color HEX #75A121 Christi

📋 copy color: '#75A121'

red 117 ◦ green 161 ◦ blue 33

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

Shades of Christi #75A121

Tints of Christi #75A121

RGB

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

 GREEN value IS 161 (63.28% from 255) = 51.77%

 BLUE value IS 33 (13.28% from 255) = 10.61%

R = 37.62%
G = 51.77%
B = 10.61%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#75A121 (or 0x75A121) is known color: Christi. HEX triplet: 75, A1 and 21. RGB value is (117,161,33). Sum of RGB (Red+Green+Blue) = 117+161+33=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 161 (63.28% from 255 or 51.77% from 311); Blue value is 33 (13.28% from 255 or 10.61% from 311); Max value from RGB is 161 - color contains mainly: green. Hex color #75A121 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A121 is #8A5EDE. Grayscale: #858585. Windows color (decimal): -9068255 or 2204021. OLE color: 2204021.

HSL color Cylindrical-coordinate representation of color #75A121: hue angle of 80.62º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #75A121 is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB 117 161 33 -
CMYK 0.27 0 0.80 0.37
HSL 80.63º 0.66% 0.38% -
HSV(B) 80.63º 0.8% 0.63% -
XYZ 20.36 29.38 6.04 -
YUV 133.25 71.42 116.41 -
System Red Green Blue C M Y K H S L
Decimal 117 161 33 0.27 0 0.80 0.37 80.63 0.66 0.38
Hex 75 A1 21 1B 0 50 25 51 42 26
Octal 165 241 41 33 0 120 45 121 102 46
Binary 1110101 10100001 100001 11011 0 1010000 100101 1010001 1000010 100110

Color Harmonies of #75A121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A121

Black with #75A121

Text Example


Text Example

White with #75A121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,161,33); }

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

background-color css

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

 a { background-color: rgb(117,161,33); }

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

border-color css

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

 span { border-color: rgb(117,161,33); }

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