Html Css Color HEX #75A015 Christi

📋 copy color: '#75A015'

red 117 ◦ green 160 ◦ blue 21

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

Shades of Christi #75A015

Tints of Christi #75A015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.05%

R = 39.26%
G = 53.69%
B = 7.05%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#75A015 (or 0x75A015) is known color: Christi. HEX triplet: 75, A0 and 15. RGB value is (117,160,21). Sum of RGB (Red+Green+Blue) = 117+160+21=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 160 (62.89% from 255 or 53.69% from 298); Blue value is 21 (8.59% from 255 or 7.05% from 298); Max value from RGB is 160 - color contains mainly: green. Hex color #75A015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75A015 is #8A5FEA. Grayscale: #838383. Windows color (decimal): -9068523 or 1417333. OLE color: 1417333.

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

Color convert

RGB 117 160 21 -
CMYK 0.27 0 0.87 0.37
HSL 78.56º 0.77% 0.35% -
HSV(B) 78.56º 0.87% 0.63% -
XYZ 20.04 28.98 5.25 -
YUV 131.3 65.75 117.8 -
System Red Green Blue C M Y K H S L
Decimal 117 160 21 0.27 0 0.87 0.37 78.56 0.77 0.35
Hex 75 A0 15 1B 0 57 25 4F 4D 23
Octal 165 240 25 33 0 127 45 117 115 43
Binary 1110101 10100000 10101 11011 0 1010111 100101 1001111 1001101 100011

Color Harmonies of #75A015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A015

Black with #75A015

Text Example


Text Example

White with #75A015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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