Html Css Color HEX #9BCF70 Olivine

📋 copy color: '#9BCF70'

red 155 ◦ green 207 ◦ blue 112

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

Shades of Olivine #9BCF70

Tints of Olivine #9BCF70

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.67%

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

R = 32.7%
G = 43.67%
B = 23.63%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#9BCF70 (or 0x9BCF70) is known color: Olivine. HEX triplet: 9B, CF and 70. RGB value is (155,207,112). Sum of RGB (Red+Green+Blue) = 155+207+112=474 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.70% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 112 (44.14% from 255 or 23.63% from 474); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCF70 is #64308F. Grayscale: #B4B4B4. Windows color (decimal): -6566032 or 7393179. OLE color: 7393179.

HSL color Cylindrical-coordinate representation of color #9BCF70: hue angle of 92.84º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9BCF70 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 207 112 -
CMYK 0.25 0 0.46 0.19
HSL 92.84º 0.5% 0.63% -
HSV(B) 92.84º 0.46% 0.81% -
XYZ 38.76 52.76 23.47 -
YUV 180.62 89.27 109.72 -
System Red Green Blue C M Y K H S L
Decimal 155 207 112 0.25 0 0.46 0.19 92.84 0.5 0.63
Hex 9B CF 70 19 0 2E 13 5D 32 3F
Octal 233 317 160 31 0 56 23 135 62 77
Binary 10011011 11001111 1110000 11001 0 101110 10011 1011101 110010 111111

Color Harmonies of #9BCF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCF70

Black with #9BCF70

Text Example


Text Example

White with #9BCF70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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