Html Css Color HEX #ADB667 Olive Green

📋 copy color: '#ADB667'

red 173 ◦ green 182 ◦ blue 103

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

Shades of Olive Green #ADB667

Tints of Olive Green #ADB667

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.74%

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

R = 37.77%
G = 39.74%
B = 22.49%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#ADB667 (or 0xADB667) is known color: Olive Green. HEX triplet: AD, B6 and 67. RGB value is (173,182,103). Sum of RGB (Red+Green+Blue) = 173+182+103=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 182 (71.48% from 255 or 39.74% from 458); Blue value is 103 (40.62% from 255 or 22.49% from 458); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB667 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB667 is #524998. Grayscale: #AAAAAA. Windows color (decimal): -5392793 or 6796973. OLE color: 6796973.

HSL color Cylindrical-coordinate representation of color #ADB667: hue angle of 66.84º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADB667 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 182 103 -
CMYK 0.05 0 0.43 0.29
HSL 66.84º 0.35% 0.56% -
HSV(B) 66.84º 0.43% 0.71% -
XYZ 36.41 43.32 19.27 -
YUV 170.3 90.02 129.92 -
System Red Green Blue C M Y K H S L
Decimal 173 182 103 0.05 0 0.43 0.29 66.84 0.35 0.56
Hex AD B6 67 5 0 2B 1D 43 23 38
Octal 255 266 147 5 0 53 35 103 43 70
Binary 10101101 10110110 1100111 101 0 101011 11101 1000011 100011 111000

Color Harmonies of #ADB667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB667

Black with #ADB667

Text Example


Text Example

White with #ADB667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB667; }

 p { color: rgb(173,182,103); }

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

background-color css

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

 a { background-color: rgb(173,182,103); }

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

border-color css

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

 span { border-color: rgb(173,182,103); }

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