Html Css Color HEX #AFAF68 Olive Green

📋 copy color: '#AFAF68'

red 175 ◦ green 175 ◦ blue 104

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

Shades of Olive Green #AFAF68

Tints of Olive Green #AFAF68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.91%

R = 38.55%
G = 38.55%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AFAF68 (or 0xAFAF68) is known color: Olive Green. HEX triplet: AF, AF and 68. RGB value is (175,175,104). Sum of RGB (Red+Green+Blue) = 175+175+104=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 104 (41.02% from 255 or 22.91% from 454); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAF68 is #505097. Grayscale: #A7A7A7. Windows color (decimal): -5263512 or 6860719. OLE color: 6860719.

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

Color convert

RGB 175 175 104 -
CMYK 0 0 0.41 0.31
HSL 60º 0.31% 0.55% -
HSV(B) 60º 0.41% 0.69% -
XYZ 35.51 40.77 19.1 -
YUV 166.91 92.5 133.77 -
System Red Green Blue C M Y K H S L
Decimal 175 175 104 0 0 0.41 0.31 60 0.31 0.55
Hex AF AF 68 0 0 29 1F 3C 1F 37
Octal 257 257 150 0 0 51 37 74 37 67
Binary 10101111 10101111 1101000 0 0 101001 11111 111100 11111 110111

Color Harmonies of #AFAF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAF68

Black with #AFAF68

Text Example


Text Example

White with #AFAF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAF68; }

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

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

background-color css

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

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

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

border-color css

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

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

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