Html Css Color HEX #75A00E Christi

📋 copy color: '#75A00E'

red 117 ◦ green 160 ◦ blue 14

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

Shades of Christi #75A00E

Tints of Christi #75A00E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.81%

R = 40.21%
G = 54.98%
B = 4.81%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#75A00E (or 0x75A00E) is known color: Christi. HEX triplet: 75, A0 and 0E. RGB value is (117,160,14). Sum of RGB (Red+Green+Blue) = 117+160+14=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 160 (62.89% from 255 or 54.98% from 291); Blue value is 14 (5.86% from 255 or 4.81% from 291); Max value from RGB is 160 - color contains mainly: green. Hex color #75A00E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75A00E is #8A5FF1. Grayscale: #838383. Windows color (decimal): -9068530 or 958581. OLE color: 958581.

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

Color convert

RGB 117 160 14 -
CMYK 0.27 0 0.91 0.37
HSL 77.67º 0.84% 0.34% -
HSV(B) 77.67º 0.91% 0.63% -
XYZ 19.99 28.96 4.95 -
YUV 130.5 62.25 118.37 -
System Red Green Blue C M Y K H S L
Decimal 117 160 14 0.27 0 0.91 0.37 77.67 0.84 0.34
Hex 75 A0 E 1B 0 5B 25 4E 54 22
Octal 165 240 16 33 0 133 45 116 124 42
Binary 1110101 10100000 1110 11011 0 1011011 100101 1001110 1010100 100010

Color Harmonies of #75A00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A00E

Black with #75A00E

Text Example


Text Example

White with #75A00E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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