Html Css Color HEX #75AB1F Christi

📋 copy color: '#75AB1F'

red 117 ◦ green 171 ◦ blue 31

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

Shades of Christi #75AB1F

Tints of Christi #75AB1F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 53.61%

 BLUE value IS 31 (12.5% from 255) = 9.72%

R = 36.68%
G = 53.61%
B = 9.72%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#75AB1F (or 0x75AB1F) is known color: Christi. HEX triplet: 75, AB and 1F. RGB value is (117,171,31). Sum of RGB (Red+Green+Blue) = 117+171+31=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 171 (67.19% from 255 or 53.61% from 319); Blue value is 31 (12.5% from 255 or 9.72% from 319); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AB1F is #8A54E0. Grayscale: #8B8B8B. Windows color (decimal): -9065697 or 2075509. OLE color: 2075509.

HSL color Cylindrical-coordinate representation of color #75AB1F: hue angle of 83.14º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #75AB1F is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 171 31 -
CMYK 0.32 0 0.82 0.33
HSL 83.14º 0.69% 0.4% -
HSV(B) 83.14º 0.82% 0.67% -
XYZ 22.15 33.01 6.5 -
YUV 138.89 67.11 112.38 -
System Red Green Blue C M Y K H S L
Decimal 117 171 31 0.32 0 0.82 0.33 83.14 0.69 0.4
Hex 75 AB 1F 20 0 52 21 53 45 28
Octal 165 253 37 40 0 122 41 123 105 50
Binary 1110101 10101011 11111 100000 0 1010010 100001 1010011 1000101 101000

Color Harmonies of #75AB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AB1F

Black with #75AB1F

Text Example


Text Example

White with #75AB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,171,31); }

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

background-color css

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

 a { background-color: rgb(117,171,31); }

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

border-color css

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

 span { border-color: rgb(117,171,31); }

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