Html Css Color HEX #AFBC66 Olive Green

📋 copy color: '#AFBC66'

red 175 ◦ green 188 ◦ blue 102

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

Shades of Olive Green #AFBC66

Tints of Olive Green #AFBC66

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.43%

 BLUE value IS 102 (40.23% from 255) = 21.94%

R = 37.63%
G = 40.43%
B = 21.94%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#AFBC66 (or 0xAFBC66) is known color: Olive Green. HEX triplet: AF, BC and 66. RGB value is (175,188,102). Sum of RGB (Red+Green+Blue) = 175+188+102=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 102 (40.23% from 255 or 21.94% from 465); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBC66 is #504399. Grayscale: #AEAEAE. Windows color (decimal): -5260186 or 6732975. OLE color: 6732975.

HSL color Cylindrical-coordinate representation of color #AFBC66: hue angle of 69.07º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AFBC66 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 188 102 -
CMYK 0.07 0 0.46 0.26
HSL 69.07º 0.39% 0.57% -
HSV(B) 69.07º 0.46% 0.74% -
XYZ 38.06 46.04 19.45 -
YUV 174.31 87.19 128.49 -
System Red Green Blue C M Y K H S L
Decimal 175 188 102 0.07 0 0.46 0.26 69.07 0.39 0.57
Hex AF BC 66 7 0 2E 1A 45 27 39
Octal 257 274 146 7 0 56 32 105 47 71
Binary 10101111 10111100 1100110 111 0 101110 11010 1000101 100111 111001

Color Harmonies of #AFBC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC66

Black with #AFBC66

Text Example


Text Example

White with #AFBC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC66; }

 p { color: rgb(175,188,102); }

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

background-color css

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

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

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

border-color css

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

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

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