Html Css Color HEX #ADBB67 Olive Green

📋 copy color: '#ADBB67'

red 173 ◦ green 187 ◦ blue 103

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

Shades of Olive Green #ADBB67

Tints of Olive Green #ADBB67

RGB

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

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

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

R = 37.37%
G = 40.39%
B = 22.25%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#ADBB67 (or 0xADBB67) is known color: Olive Green. HEX triplet: AD, BB and 67. RGB value is (173,187,103). Sum of RGB (Red+Green+Blue) = 173+187+103=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 103 (40.62% from 255 or 22.25% from 463); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBB67 is #524498. Grayscale: #ADADAD. Windows color (decimal): -5391513 or 6798253. OLE color: 6798253.

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

Color convert

RGB 173 187 103 -
CMYK 0.07 0 0.45 0.27
HSL 70º 0.38% 0.57% -
HSV(B) 70º 0.45% 0.73% -
XYZ 37.45 45.4 19.62 -
YUV 173.24 88.36 127.83 -
System Red Green Blue C M Y K H S L
Decimal 173 187 103 0.07 0 0.45 0.27 70 0.38 0.57
Hex AD BB 67 7 0 2D 1B 46 26 39
Octal 255 273 147 7 0 55 33 106 46 71
Binary 10101101 10111011 1100111 111 0 101101 11011 1000110 100110 111001

Color Harmonies of #ADBB67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBB67

Black with #ADBB67

Text Example


Text Example

White with #ADBB67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBB67; }

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

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

background-color css

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

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

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

border-color css

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

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

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