Html Css Color HEX #9AAF6D Olivine

📋 copy color: '#9AAF6D'

red 154 ◦ green 175 ◦ blue 109

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

Shades of Olivine #9AAF6D

Tints of Olivine #9AAF6D

RGB

 RED value IS 154 (60.55% from 255) = 35.16%

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

 BLUE value IS 109 (42.97% from 255) = 24.89%

R = 35.16%
G = 39.95%
B = 24.89%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#9AAF6D (or 0x9AAF6D) is known color: Olivine. HEX triplet: 9A, AF and 6D. RGB value is (154,175,109). Sum of RGB (Red+Green+Blue) = 154+175+109=438 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.16% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 109 (42.97% from 255 or 24.89% from 438); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAF6D is #655092. Grayscale: #A1A1A1. Windows color (decimal): -6639763 or 7188378. OLE color: 7188378.

HSL color Cylindrical-coordinate representation of color #9AAF6D: hue angle of 79.09º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AAF6D is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 154 175 109 -
CMYK 0.12 0 0.38 0.31
HSL 79.09º 0.29% 0.56% -
HSV(B) 79.09º 0.38% 0.69% -
XYZ 31.42 38.63 20.27 -
YUV 161.2 98.54 122.87 -
System Red Green Blue C M Y K H S L
Decimal 154 175 109 0.12 0 0.38 0.31 79.09 0.29 0.56
Hex 9A AF 6D C 0 26 1F 4F 1D 38
Octal 232 257 155 14 0 46 37 117 35 70
Binary 10011010 10101111 1101101 1100 0 100110 11111 1001111 11101 111000

Color Harmonies of #9AAF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAF6D

Black with #9AAF6D

Text Example


Text Example

White with #9AAF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AAF6D; }

 p { color: rgb(154,175,109); }

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

background-color css

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

 a { background-color: rgb(154,175,109); }

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

border-color css

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

 span { border-color: rgb(154,175,109); }

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