Html Css Color HEX #9BAE70 Olivine

📋 copy color: '#9BAE70'

red 155 ◦ green 174 ◦ blue 112

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

Shades of Olivine #9BAE70

Tints of Olivine #9BAE70

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.46%

 BLUE value IS 112 (44.14% from 255) = 25.4%

R = 35.15%
G = 39.46%
B = 25.4%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#9BAE70 (or 0x9BAE70) is known color: Olivine. HEX triplet: 9B, AE and 70. RGB value is (155,174,112). Sum of RGB (Red+Green+Blue) = 155+174+112=441 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.15% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAE70 is #64518F. Grayscale: #A1A1A1. Windows color (decimal): -6574480 or 7384731. OLE color: 7384731.

HSL color Cylindrical-coordinate representation of color #9BAE70: hue angle of 78.39º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BAE70 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB 155 174 112 -
CMYK 0.11 0 0.36 0.32
HSL 78.39º 0.28% 0.56% -
HSV(B) 78.39º 0.36% 0.68% -
XYZ 31.58 38.41 21.08 -
YUV 161.25 100.21 123.54 -
System Red Green Blue C M Y K H S L
Decimal 155 174 112 0.11 0 0.36 0.32 78.39 0.28 0.56
Hex 9B AE 70 B 0 24 20 4E 1C 38
Octal 233 256 160 13 0 44 40 116 34 70
Binary 10011011 10101110 1110000 1011 0 100100 100000 1001110 11100 111000

Color Harmonies of #9BAE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAE70

Black with #9BAE70

Text Example


Text Example

White with #9BAE70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,174,112); }

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

background-color css

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

 a { background-color: rgb(155,174,112); }

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

border-color css

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

 span { border-color: rgb(155,174,112); }

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