Html Css Color HEX #AFBA67 Olive Green

📋 copy color: '#AFBA67'

red 175 ◦ green 186 ◦ blue 103

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

Shades of Olive Green #AFBA67

Tints of Olive Green #AFBA67

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.09%

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

R = 37.72%
G = 40.09%
B = 22.2%

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

#AFBA67 (or 0xAFBA67) is known color: Olive Green. HEX triplet: AF, BA and 67. RGB value is (175,186,103). Sum of RGB (Red+Green+Blue) = 175+186+103=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 103 (40.62% from 255 or 22.20% from 464); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBA67 is #504598. Grayscale: #ADADAD. Windows color (decimal): -5260697 or 6797999. OLE color: 6797999.

HSL color Cylindrical-coordinate representation of color #AFBA67: hue angle of 67.95º 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 #AFBA67 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 186 103 -
CMYK 0.06 0 0.45 0.27
HSL 67.95º 0.38% 0.57% -
HSV(B) 67.95º 0.45% 0.73% -
XYZ 37.69 45.21 19.57 -
YUV 173.25 88.36 129.25 -
System Red Green Blue C M Y K H S L
Decimal 175 186 103 0.06 0 0.45 0.27 67.95 0.38 0.57
Hex AF BA 67 6 0 2D 1B 44 26 39
Octal 257 272 147 6 0 55 33 104 46 71
Binary 10101111 10111010 1100111 110 0 101101 11011 1000100 100110 111001

Color Harmonies of #AFBA67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA67

Black with #AFBA67

Text Example


Text Example

White with #AFBA67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA67; }

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

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

background-color css

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

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

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

border-color css

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

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

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