Html Css Color HEX #75AF1E Christi

📋 copy color: '#75AF1E'

red 117 ◦ green 175 ◦ blue 30

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

Shades of Christi #75AF1E

Tints of Christi #75AF1E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 54.35%

 BLUE value IS 30 (12.11% from 255) = 9.32%

R = 36.34%
G = 54.35%
B = 9.32%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#75AF1E (or 0x75AF1E) is known color: Christi. HEX triplet: 75, AF and 1E. RGB value is (117,175,30). Sum of RGB (Red+Green+Blue) = 117+175+30=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 175 (68.75% from 255 or 54.35% from 322); Blue value is 30 (12.11% from 255 or 9.32% from 322); Max value from RGB is 175 - color contains mainly: green. Hex color #75AF1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AF1E is #8A50E1. Grayscale: #8D8D8D. Windows color (decimal): -9064674 or 2010997. OLE color: 2010997.

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

Color convert

RGB 117 175 30 -
CMYK 0.33 0 0.83 0.31
HSL 84º 0.71% 0.4% -
HSV(B) 84º 0.83% 0.69% -
XYZ 22.9 34.54 6.69 -
YUV 141.13 65.28 110.79 -
System Red Green Blue C M Y K H S L
Decimal 117 175 30 0.33 0 0.83 0.31 84 0.71 0.4
Hex 75 AF 1E 21 0 53 1F 54 47 28
Octal 165 257 36 41 0 123 37 124 107 50
Binary 1110101 10101111 11110 100001 0 1010011 11111 1010100 1000111 101000

Color Harmonies of #75AF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AF1E

Black with #75AF1E

Text Example


Text Example

White with #75AF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,175,30); }

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

background-color css

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

 a { background-color: rgb(117,175,30); }

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

border-color css

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

 span { border-color: rgb(117,175,30); }

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