Html Css Color HEX #AFBB68 Olive Green

📋 copy color: '#AFBB68'

red 175 ◦ green 187 ◦ blue 104

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

Shades of Olive Green #AFBB68

Tints of Olive Green #AFBB68

RGB

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

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

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

R = 37.55%
G = 40.13%
B = 22.32%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#AFBB68 (or 0xAFBB68) is known color: Olive Green. HEX triplet: AF, BB and 68. RGB value is (175,187,104). Sum of RGB (Red+Green+Blue) = 175+187+104=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 104 (41.02% from 255 or 22.32% from 466); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBB68 is #504497. Grayscale: #AEAEAE. Windows color (decimal): -5260440 or 6863791. OLE color: 6863791.

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

Color convert

RGB 175 187 104 -
CMYK 0.06 0 0.44 0.27
HSL 68.67º 0.38% 0.57% -
HSV(B) 68.67º 0.44% 0.73% -
XYZ 37.95 45.65 19.91 -
YUV 173.95 88.52 128.75 -
System Red Green Blue C M Y K H S L
Decimal 175 187 104 0.06 0 0.44 0.27 68.67 0.38 0.57
Hex AF BB 68 6 0 2C 1B 45 26 39
Octal 257 273 150 6 0 54 33 105 46 71
Binary 10101111 10111011 1101000 110 0 101100 11011 1000101 100110 111001

Color Harmonies of #AFBB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBB68

Black with #AFBB68

Text Example


Text Example

White with #AFBB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBB68; }

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

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

background-color css

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

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

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

border-color css

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

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

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