Html Css Color HEX #75AC0A Christi

📋 copy color: '#75AC0A'

red 117 ◦ green 172 ◦ blue 10

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

Shades of Christi #75AC0A

Tints of Christi #75AC0A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 57.53%

 BLUE value IS 10 (4.3% from 255) = 3.34%

R = 39.13%
G = 57.53%
B = 3.34%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#75AC0A (or 0x75AC0A) is known color: Christi. HEX triplet: 75, AC and 0A. RGB value is (117,172,10). Sum of RGB (Red+Green+Blue) = 117+172+10=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 172 (67.58% from 255 or 57.53% from 299); Blue value is 10 (4.30% from 255 or 3.34% from 299); Max value from RGB is 172 - color contains mainly: green. Hex color #75AC0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75AC0A is #8A53F5. Grayscale: #898989. Windows color (decimal): -9065462 or 699509. OLE color: 699509.

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

Color convert

RGB 117 172 10 -
CMYK 0.32 0 0.94 0.33
HSL 80.37º 0.89% 0.36% -
HSV(B) 80.37º 0.94% 0.67% -
XYZ 22.14 33.31 5.55 -
YUV 137.09 56.28 113.67 -
System Red Green Blue C M Y K H S L
Decimal 117 172 10 0.32 0 0.94 0.33 80.37 0.89 0.36
Hex 75 AC A 20 0 5E 21 50 59 24
Octal 165 254 12 40 0 136 41 120 131 44
Binary 1110101 10101100 1010 100000 0 1011110 100001 1010000 1011001 100100

Color Harmonies of #75AC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AC0A

Black with #75AC0A

Text Example


Text Example

White with #75AC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,172,10); }

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

background-color css

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

 a { background-color: rgb(117,172,10); }

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

border-color css

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

 span { border-color: rgb(117,172,10); }

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