Html Css Color HEX #ADB965 Olive Green

📋 copy color: '#ADB965'

red 173 ◦ green 185 ◦ blue 101

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

Shades of Olive Green #ADB965

Tints of Olive Green #ADB965

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.31%

 BLUE value IS 101 (39.84% from 255) = 22%

R = 37.69%
G = 40.31%
B = 22%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#ADB965 (or 0xADB965) is known color: Olive Green. HEX triplet: AD, B9 and 65. RGB value is (173,185,101). Sum of RGB (Red+Green+Blue) = 173+185+101=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB965 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB965 is #52469A. Grayscale: #ACACAC. Windows color (decimal): -5392027 or 6666669. OLE color: 6666669.

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

Color convert

RGB 173 185 101 -
CMYK 0.06 0 0.45 0.27
HSL 68.57º 0.38% 0.56% -
HSV(B) 68.57º 0.45% 0.73% -
XYZ 36.93 44.52 18.96 -
YUV 171.84 88.02 128.83 -
System Red Green Blue C M Y K H S L
Decimal 173 185 101 0.06 0 0.45 0.27 68.57 0.38 0.56
Hex AD B9 65 6 0 2D 1B 45 26 38
Octal 255 271 145 6 0 55 33 105 46 70
Binary 10101101 10111001 1100101 110 0 101101 11011 1000101 100110 111000

Color Harmonies of #ADB965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB965

Black with #ADB965

Text Example


Text Example

White with #ADB965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB965; }

 p { color: rgb(173,185,101); }

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

background-color css

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

 a { background-color: rgb(173,185,101); }

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

border-color css

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

 span { border-color: rgb(173,185,101); }

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