Html Css Color HEX #ADB269 Olive Green

📋 copy color: '#ADB269'

red 173 ◦ green 178 ◦ blue 105

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

Shades of Olive Green #ADB269

Tints of Olive Green #ADB269

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.04%

 BLUE value IS 105 (41.41% from 255) = 23.03%

R = 37.94%
G = 39.04%
B = 23.03%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#ADB269 (or 0xADB269) is known color: Olive Green. HEX triplet: AD, B2 and 69. RGB value is (173,178,105). Sum of RGB (Red+Green+Blue) = 173+178+105=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 178 (69.92% from 255 or 39.04% from 456); Blue value is 105 (41.41% from 255 or 23.03% from 456); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB269 is #524D96. Grayscale: #A8A8A8. Windows color (decimal): -5393815 or 6927021. OLE color: 6927021.

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

Color convert

RGB 173 178 105 -
CMYK 0.03 0 0.41 0.30
HSL 64.11º 0.32% 0.55% -
HSV(B) 64.11º 0.41% 0.7% -
XYZ 35.7 41.74 19.54 -
YUV 168.18 92.34 131.44 -
System Red Green Blue C M Y K H S L
Decimal 173 178 105 0.03 0 0.41 0.30 64.11 0.32 0.55
Hex AD B2 69 3 0 29 1E 40 20 37
Octal 255 262 151 3 0 51 36 100 40 67
Binary 10101101 10110010 1101001 11 0 101001 11110 1000000 100000 110111

Color Harmonies of #ADB269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB269

Black with #ADB269

Text Example


Text Example

White with #ADB269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB269; }

 p { color: rgb(173,178,105); }

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

background-color css

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

 a { background-color: rgb(173,178,105); }

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

border-color css

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

 span { border-color: rgb(173,178,105); }

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