Html Css Color HEX #9BAF6D Olivine

📋 copy color: '#9BAF6D'

red 155 ◦ green 175 ◦ blue 109

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

Shades of Olivine #9BAF6D

Tints of Olivine #9BAF6D

RGB

 RED value IS 155 (60.94% from 255) = 35.31%

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

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

R = 35.31%
G = 39.86%
B = 24.83%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#9BAF6D (or 0x9BAF6D) is known color: Olivine. HEX triplet: 9B, AF and 6D. RGB value is (155,175,109). Sum of RGB (Red+Green+Blue) = 155+175+109=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 109 (42.97% from 255 or 24.83% from 439); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAF6D is #645092. Grayscale: #A1A1A1. Windows color (decimal): -6574227 or 7188379. OLE color: 7188379.

HSL color Cylindrical-coordinate representation of color #9BAF6D: hue angle of 78.18º 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 #9BAF6D is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 155 175 109 -
CMYK 0.11 0 0.38 0.31
HSL 78.18º 0.29% 0.56% -
HSV(B) 78.18º 0.38% 0.69% -
XYZ 31.61 38.73 20.28 -
YUV 161.5 98.37 123.37 -
System Red Green Blue C M Y K H S L
Decimal 155 175 109 0.11 0 0.38 0.31 78.18 0.29 0.56
Hex 9B AF 6D B 0 26 1F 4E 1D 38
Octal 233 257 155 13 0 46 37 116 35 70
Binary 10011011 10101111 1101101 1011 0 100110 11111 1001110 11101 111000

Color Harmonies of #9BAF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAF6D

Black with #9BAF6D

Text Example


Text Example

White with #9BAF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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