Html Css Color HEX #ABAF68 Olive Green

📋 copy color: '#ABAF68'

red 171 ◦ green 175 ◦ blue 104

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

Shades of Olive Green #ABAF68

Tints of Olive Green #ABAF68

RGB

 RED value IS 171 (67.19% from 255) = 38%

 GREEN value IS 175 (68.75% from 255) = 38.89%

 BLUE value IS 104 (41.02% from 255) = 23.11%

R = 38%
G = 38.89%
B = 23.11%

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

#ABAF68 (or 0xABAF68) is known color: Olive Green. HEX triplet: AB, AF and 68. RGB value is (171,175,104). Sum of RGB (Red+Green+Blue) = 171+175+104=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 104 (41.02% from 255 or 23.11% from 450); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAF68 is #545097. Grayscale: #A5A5A5. Windows color (decimal): -5525656 or 6860715. OLE color: 6860715.

HSL color Cylindrical-coordinate representation of color #ABAF68: hue angle of 63.38º degrees, saturation: 0.31, 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 #ABAF68 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 175 104 -
CMYK 0.02 0 0.41 0.31
HSL 63.38º 0.31% 0.55% -
HSV(B) 63.38º 0.41% 0.69% -
XYZ 34.62 40.32 19.05 -
YUV 165.71 93.17 131.77 -
System Red Green Blue C M Y K H S L
Decimal 171 175 104 0.02 0 0.41 0.31 63.38 0.31 0.55
Hex AB AF 68 2 0 29 1F 3F 1F 37
Octal 253 257 150 2 0 51 37 77 37 67
Binary 10101011 10101111 1101000 10 0 101001 11111 111111 11111 110111

Color Harmonies of #ABAF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAF68

Black with #ABAF68

Text Example


Text Example

White with #ABAF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAF68; }

 p { color: rgb(171,175,104); }

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

background-color css

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

 a { background-color: rgb(171,175,104); }

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

border-color css

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

 span { border-color: rgb(171,175,104); }

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