Html Css Color HEX #AEB76C Olive Green

📋 copy color: '#AEB76C'

red 174 ◦ green 183 ◦ blue 108

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

Shades of Olive Green #AEB76C

Tints of Olive Green #AEB76C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.35%

 BLUE value IS 108 (42.58% from 255) = 23.23%

R = 37.42%
G = 39.35%
B = 23.23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#AEB76C (or 0xAEB76C) is known color: Olive Green. HEX triplet: AE, B7 and 6C. RGB value is (174,183,108). Sum of RGB (Red+Green+Blue) = 174+183+108=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB76C is #514893. Grayscale: #ACACAC. Windows color (decimal): -5326996 or 7124910. OLE color: 7124910.

HSL color Cylindrical-coordinate representation of color #AEB76C: hue angle of 67.2º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AEB76C is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB 174 183 108 -
CMYK 0.05 0 0.41 0.28
HSL 67.2º 0.34% 0.57% -
HSV(B) 67.2º 0.41% 0.72% -
XYZ 37.1 43.95 20.72 -
YUV 171.76 92.02 129.6 -
System Red Green Blue C M Y K H S L
Decimal 174 183 108 0.05 0 0.41 0.28 67.2 0.34 0.57
Hex AE B7 6C 5 0 29 1C 43 22 39
Octal 256 267 154 5 0 51 34 103 42 71
Binary 10101110 10110111 1101100 101 0 101001 11100 1000011 100010 111001

Color Harmonies of #AEB76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB76C

Black with #AEB76C

Text Example


Text Example

White with #AEB76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB76C; }

 p { color: rgb(174,183,108); }

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

background-color css

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

 a { background-color: rgb(174,183,108); }

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

border-color css

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

 span { border-color: rgb(174,183,108); }

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