Html Css Color HEX #75A60F Christi

📋 copy color: '#75A60F'

red 117 ◦ green 166 ◦ blue 15

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

Shades of Christi #75A60F

Tints of Christi #75A60F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 55.7%

 BLUE value IS 15 (6.25% from 255) = 5.03%

R = 39.26%
G = 55.7%
B = 5.03%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#75A60F (or 0x75A60F) is known color: Christi. HEX triplet: 75, A6 and 0F. RGB value is (117,166,15). Sum of RGB (Red+Green+Blue) = 117+166+15=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 166 (65.23% from 255 or 55.70% from 298); Blue value is 15 (6.25% from 255 or 5.03% from 298); Max value from RGB is 166 - color contains mainly: green. Hex color #75A60F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75A60F is #8A59F0. Grayscale: #868686. Windows color (decimal): -9066993 or 1025653. OLE color: 1025653.

HSL color Cylindrical-coordinate representation of color #75A60F: hue angle of 79.47º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75A60F is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.35.

Color convert

RGB 117 166 15 -
CMYK 0.30 0 0.91 0.35
HSL 79.47º 0.83% 0.35% -
HSV(B) 79.47º 0.91% 0.65% -
XYZ 21.06 31.09 5.34 -
YUV 134.14 60.77 115.78 -
System Red Green Blue C M Y K H S L
Decimal 117 166 15 0.30 0 0.91 0.35 79.47 0.83 0.35
Hex 75 A6 F 1E 0 5B 23 4F 53 23
Octal 165 246 17 36 0 133 43 117 123 43
Binary 1110101 10100110 1111 11110 0 1011011 100011 1001111 1010011 100011

Color Harmonies of #75A60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A60F

Black with #75A60F

Text Example


Text Example

White with #75A60F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,166,15); }

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

background-color css

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

 a { background-color: rgb(117,166,15); }

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

border-color css

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

 span { border-color: rgb(117,166,15); }

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