Html Css Color HEX #ADB066 Olive Green

📋 copy color: '#ADB066'

red 173 ◦ green 176 ◦ blue 102

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

Shades of Olive Green #ADB066

Tints of Olive Green #ADB066

RGB

 RED value IS 173 (67.97% from 255) = 38.36%

 GREEN value IS 176 (69.14% from 255) = 39.02%

 BLUE value IS 102 (40.23% from 255) = 22.62%

R = 38.36%
G = 39.02%
B = 22.62%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#ADB066 (or 0xADB066) is known color: Olive Green. HEX triplet: AD, B0 and 66. RGB value is (173,176,102). Sum of RGB (Red+Green+Blue) = 173+176+102=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 176 (69.14% from 255 or 39.02% from 451); Blue value is 102 (40.23% from 255 or 22.62% from 451); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB066 is #524F99. Grayscale: #A6A6A6. Windows color (decimal): -5394330 or 6729901. OLE color: 6729901.

HSL color Cylindrical-coordinate representation of color #ADB066: hue angle of 62.43º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADB066 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 176 102 -
CMYK 0.02 0 0.42 0.31
HSL 62.43º 0.32% 0.55% -
HSV(B) 62.43º 0.42% 0.69% -
XYZ 35.16 40.89 18.61 -
YUV 166.67 91.51 132.52 -
System Red Green Blue C M Y K H S L
Decimal 173 176 102 0.02 0 0.42 0.31 62.43 0.32 0.55
Hex AD B0 66 2 0 2A 1F 3E 20 37
Octal 255 260 146 2 0 52 37 76 40 67
Binary 10101101 10110000 1100110 10 0 101010 11111 111110 100000 110111

Color Harmonies of #ADB066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB066

Black with #ADB066

Text Example


Text Example

White with #ADB066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB066; }

 p { color: rgb(173,176,102); }

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

background-color css

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

 a { background-color: rgb(173,176,102); }

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

border-color css

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

 span { border-color: rgb(173,176,102); }

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