Html Css Color HEX #75AF0F Christi

📋 copy color: '#75AF0F'

red 117 ◦ green 175 ◦ blue 15

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

Shades of Christi #75AF0F

Tints of Christi #75AF0F

RGB

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

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

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

R = 38.11%
G = 57%
B = 4.89%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#75AF0F (or 0x75AF0F) is known color: Christi. HEX triplet: 75, AF and 0F. RGB value is (117,175,15). Sum of RGB (Red+Green+Blue) = 117+175+15=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 175 (68.75% from 255 or 57.00% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 175 - color contains mainly: green. Hex color #75AF0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75AF0F is #8A50F0. Grayscale: #8C8C8C. Windows color (decimal): -9064689 or 1027957. OLE color: 1027957.

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

Color convert

RGB 117 175 15 -
CMYK 0.33 0 0.91 0.31
HSL 81.75º 0.84% 0.37% -
HSV(B) 81.75º 0.91% 0.69% -
XYZ 22.75 34.48 5.91 -
YUV 139.42 57.78 112.01 -
System Red Green Blue C M Y K H S L
Decimal 117 175 15 0.33 0 0.91 0.31 81.75 0.84 0.37
Hex 75 AF F 21 0 5B 1F 52 54 25
Octal 165 257 17 41 0 133 37 122 124 45
Binary 1110101 10101111 1111 100001 0 1011011 11111 1010010 1010100 100101

Color Harmonies of #75AF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AF0F

Black with #75AF0F

Text Example


Text Example

White with #75AF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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