Html Css Color HEX #AFBB67 Olive Green

📋 copy color: '#AFBB67'

red 175 ◦ green 187 ◦ blue 103

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

Shades of Olive Green #AFBB67

Tints of Olive Green #AFBB67

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.22%

 BLUE value IS 103 (40.63% from 255) = 22.15%

R = 37.63%
G = 40.22%
B = 22.15%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#AFBB67 (or 0xAFBB67) is known color: Olive Green. HEX triplet: AF, BB and 67. RGB value is (175,187,103). Sum of RGB (Red+Green+Blue) = 175+187+103=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 103 (40.62% from 255 or 22.15% from 465); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBB67 is #504498. Grayscale: #AEAEAE. Windows color (decimal): -5260441 or 6798255. OLE color: 6798255.

HSL color Cylindrical-coordinate representation of color #AFBB67: hue angle of 68.57º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFBB67 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 187 103 -
CMYK 0.06 0 0.45 0.27
HSL 68.57º 0.38% 0.57% -
HSV(B) 68.57º 0.45% 0.73% -
XYZ 37.9 45.63 19.64 -
YUV 173.84 88.02 128.83 -
System Red Green Blue C M Y K H S L
Decimal 175 187 103 0.06 0 0.45 0.27 68.57 0.38 0.57
Hex AF BB 67 6 0 2D 1B 45 26 39
Octal 257 273 147 6 0 55 33 105 46 71
Binary 10101111 10111011 1100111 110 0 101101 11011 1000101 100110 111001

Color Harmonies of #AFBB67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBB67

Black with #AFBB67

Text Example


Text Example

White with #AFBB67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBB67; }

 p { color: rgb(175,187,103); }

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

background-color css

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

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

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

border-color css

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

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

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