Html Css Color HEX #AEBB68 Olive Green

📋 copy color: '#AEBB68'

red 174 ◦ green 187 ◦ blue 104

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

Shades of Olive Green #AEBB68

Tints of Olive Green #AEBB68

RGB

 RED value IS 174 (68.36% from 255) = 37.42%

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

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

R = 37.42%
G = 40.22%
B = 22.37%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#AEBB68 (or 0xAEBB68) is known color: Olive Green. HEX triplet: AE, BB and 68. RGB value is (174,187,104). Sum of RGB (Red+Green+Blue) = 174+187+104=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBB68 is #514497. Grayscale: #ADADAD. Windows color (decimal): -5325976 or 6863790. OLE color: 6863790.

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

Color convert

RGB 174 187 104 -
CMYK 0.07 0 0.44 0.27
HSL 69.4º 0.38% 0.57% -
HSV(B) 69.4º 0.44% 0.73% -
XYZ 37.72 45.54 19.9 -
YUV 173.65 88.69 128.25 -
System Red Green Blue C M Y K H S L
Decimal 174 187 104 0.07 0 0.44 0.27 69.4 0.38 0.57
Hex AE BB 68 7 0 2C 1B 45 26 39
Octal 256 273 150 7 0 54 33 105 46 71
Binary 10101110 10111011 1101000 111 0 101100 11011 1000101 100110 111001

Color Harmonies of #AEBB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBB68

Black with #AEBB68

Text Example


Text Example

White with #AEBB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBB68; }

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

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

background-color css

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

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

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

border-color css

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

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

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