Html Css Color HEX #75A409 Christi

📋 copy color: '#75A409'

red 117 ◦ green 164 ◦ blue 9

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

Shades of Christi #75A409

Tints of Christi #75A409

RGB

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

 GREEN value IS 164 (64.45% from 255) = 56.55%

 BLUE value IS 9 (3.91% from 255) = 3.1%

R = 40.34%
G = 56.55%
B = 3.1%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#75A409 (or 0x75A409) is known color: Christi. HEX triplet: 75, A4 and 09. RGB value is (117,164,9). Sum of RGB (Red+Green+Blue) = 117+164+9=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 164 (64.45% from 255 or 56.55% from 290); Blue value is 9 (3.91% from 255 or 3.10% from 290); Max value from RGB is 164 - color contains mainly: green. Hex color #75A409 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75A409 is #8A5BF6. Grayscale: #848484. Windows color (decimal): -9067511 or 631925. OLE color: 631925.

HSL color Cylindrical-coordinate representation of color #75A409: hue angle of 78.19º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #75A409 is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB 117 164 9 -
CMYK 0.29 0 0.95 0.36
HSL 78.19º 0.9% 0.34% -
HSV(B) 78.19º 0.95% 0.64% -
XYZ 20.66 30.35 5.03 -
YUV 132.28 58.43 117.1 -
System Red Green Blue C M Y K H S L
Decimal 117 164 9 0.29 0 0.95 0.36 78.19 0.9 0.34
Hex 75 A4 9 1D 0 5F 24 4E 5A 22
Octal 165 244 11 35 0 137 44 116 132 42
Binary 1110101 10100100 1001 11101 0 1011111 100100 1001110 1011010 100010

Color Harmonies of #75A409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A409

Black with #75A409

Text Example


Text Example

White with #75A409

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,164,9); }

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

background-color css

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

 a { background-color: rgb(117,164,9); }

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

border-color css

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

 span { border-color: rgb(117,164,9); }

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