Html Css Color HEX #75AE0C Christi

📋 copy color: '#75AE0C'

red 117 ◦ green 174 ◦ blue 12

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

Shades of Christi #75AE0C

Tints of Christi #75AE0C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 57.43%

 BLUE value IS 12 (5.08% from 255) = 3.96%

R = 38.61%
G = 57.43%
B = 3.96%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#75AE0C (or 0x75AE0C) is known color: Christi. HEX triplet: 75, AE and 0C. RGB value is (117,174,12). Sum of RGB (Red+Green+Blue) = 117+174+12=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 174 (68.36% from 255 or 57.43% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 174 - color contains mainly: green. Hex color #75AE0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75AE0C is #8A51F3. Grayscale: #8B8B8B. Windows color (decimal): -9064948 or 831093. OLE color: 831093.

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

Color convert

RGB 117 174 12 -
CMYK 0.33 0 0.93 0.32
HSL 81.11º 0.87% 0.36% -
HSV(B) 81.11º 0.93% 0.68% -
XYZ 22.54 34.08 5.74 -
YUV 138.49 56.62 112.67 -
System Red Green Blue C M Y K H S L
Decimal 117 174 12 0.33 0 0.93 0.32 81.11 0.87 0.36
Hex 75 AE C 21 0 5D 20 51 57 24
Octal 165 256 14 41 0 135 40 121 127 44
Binary 1110101 10101110 1100 100001 0 1011101 100000 1010001 1010111 100100

Color Harmonies of #75AE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AE0C

Black with #75AE0C

Text Example


Text Example

White with #75AE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,174,12); }

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

background-color css

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

 a { background-color: rgb(117,174,12); }

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

border-color css

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

 span { border-color: rgb(117,174,12); }

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