Html Css Color HEX #AFAF4C Olive Green

📋 copy color: '#AFAF4C'

red 175 ◦ green 175 ◦ blue 76

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

Shades of Olive Green #AFAF4C

Tints of Olive Green #AFAF4C

RGB

 RED value IS 175 (68.75% from 255) = 41.08%

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

 BLUE value IS 76 (30.08% from 255) = 17.84%

R = 41.08%
G = 41.08%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AFAF4C (or 0xAFAF4C) is known color: Olive Green. HEX triplet: AF, AF and 4C. RGB value is (175,175,76). Sum of RGB (Red+Green+Blue) = 175+175+76=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 76 (30.08% from 255 or 17.84% from 426); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAF4C is #5050B3. Grayscale: #A4A4A4. Windows color (decimal): -5263540 or 5025711. OLE color: 5025711.

HSL color Cylindrical-coordinate representation of color #AFAF4C: hue angle of 60º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AFAF4C is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 175 76 -
CMYK 0 0 0.57 0.31
HSL 60º 0.39% 0.49% -
HSV(B) 60º 0.57% 0.69% -
XYZ 34.31 40.3 12.81 -
YUV 163.71 78.5 136.05 -
System Red Green Blue C M Y K H S L
Decimal 175 175 76 0 0 0.57 0.31 60 0.39 0.49
Hex AF AF 4C 0 0 39 1F 3C 27 31
Octal 257 257 114 0 0 71 37 74 47 61
Binary 10101111 10101111 1001100 0 0 111001 11111 111100 100111 110001

Color Harmonies of #AFAF4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAF4C

Black with #AFAF4C

Text Example


Text Example

White with #AFAF4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAF4C; }

 p { color: rgb(175,175,76); }

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

background-color css

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

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

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

border-color css

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

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

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