Html Css Color HEX #ADB067 Olive Green

📋 copy color: '#ADB067'

red 173 ◦ green 176 ◦ blue 103

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

Shades of Olive Green #ADB067

Tints of Olive Green #ADB067

RGB

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

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

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

R = 38.27%
G = 38.94%
B = 22.79%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#ADB067 (or 0xADB067) is known color: Olive Green. HEX triplet: AD, B0 and 67. RGB value is (173,176,103). Sum of RGB (Red+Green+Blue) = 173+176+103=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 176 (69.14% from 255 or 38.94% from 452); Blue value is 103 (40.62% from 255 or 22.79% from 452); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB067 is #524F98. Grayscale: #A7A7A7. Windows color (decimal): -5394329 or 6795437. OLE color: 6795437.

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

Color convert

RGB 173 176 103 -
CMYK 0.02 0 0.41 0.31
HSL 62.47º 0.32% 0.55% -
HSV(B) 62.47º 0.41% 0.69% -
XYZ 35.21 40.91 18.87 -
YUV 166.78 92.01 132.44 -
System Red Green Blue C M Y K H S L
Decimal 173 176 103 0.02 0 0.41 0.31 62.47 0.32 0.55
Hex AD B0 67 2 0 29 1F 3E 20 37
Octal 255 260 147 2 0 51 37 76 40 67
Binary 10101101 10110000 1100111 10 0 101001 11111 111110 100000 110111

Color Harmonies of #ADB067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB067

Black with #ADB067

Text Example


Text Example

White with #ADB067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB067; }

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

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

background-color css

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

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

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

border-color css

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

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

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