Html Css Color HEX #ADB65F Olive Green

📋 copy color: '#ADB65F'

red 173 ◦ green 182 ◦ blue 95

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

Shades of Olive Green #ADB65F

Tints of Olive Green #ADB65F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.11%

R = 38.44%
G = 40.44%
B = 21.11%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#ADB65F (or 0xADB65F) is known color: Olive Green. HEX triplet: AD, B6 and 5F. RGB value is (173,182,95). Sum of RGB (Red+Green+Blue) = 173+182+95=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 95 (37.5% from 255 or 21.11% from 450); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB65F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB65F is #5249A0. Grayscale: #A9A9A9. Windows color (decimal): -5392801 or 6272685. OLE color: 6272685.

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

Color convert

RGB 173 182 95 -
CMYK 0.05 0 0.48 0.29
HSL 66.21º 0.37% 0.54% -
HSV(B) 66.21º 0.48% 0.71% -
XYZ 36.03 43.17 17.26 -
YUV 169.39 86.02 130.57 -
System Red Green Blue C M Y K H S L
Decimal 173 182 95 0.05 0 0.48 0.29 66.21 0.37 0.54
Hex AD B6 5F 5 0 30 1D 42 25 36
Octal 255 266 137 5 0 60 35 102 45 66
Binary 10101101 10110110 1011111 101 0 110000 11101 1000010 100101 110110

Color Harmonies of #ADB65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB65F

Black with #ADB65F

Text Example


Text Example

White with #ADB65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB65F; }

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

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

background-color css

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

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

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

border-color css

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

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

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