Html Css Color HEX #9BC074 Olivine

📋 copy color: '#9BC074'

red 155 ◦ green 192 ◦ blue 116

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

Shades of Olivine #9BC074

Tints of Olivine #9BC074

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.47%

 BLUE value IS 116 (45.7% from 255) = 25.05%

R = 33.48%
G = 41.47%
B = 25.05%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#9BC074 (or 0x9BC074) is known color: Olivine. HEX triplet: 9B, C0 and 74. RGB value is (155,192,116). Sum of RGB (Red+Green+Blue) = 155+192+116=463 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.48% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 116 (45.70% from 255 or 25.05% from 463); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC074 is #643F8B. Grayscale: #ACACAC. Windows color (decimal): -6569868 or 7651483. OLE color: 7651483.

HSL color Cylindrical-coordinate representation of color #9BC074: hue angle of 89.21º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9BC074 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 192 116 -
CMYK 0.19 0 0.40 0.25
HSL 89.21º 0.38% 0.6% -
HSV(B) 89.21º 0.4% 0.75% -
XYZ 35.52 45.93 23.52 -
YUV 172.27 96.24 115.68 -
System Red Green Blue C M Y K H S L
Decimal 155 192 116 0.19 0 0.40 0.25 89.21 0.38 0.6
Hex 9B C0 74 13 0 28 19 59 26 3C
Octal 233 300 164 23 0 50 31 131 46 74
Binary 10011011 11000000 1110100 10011 0 101000 11001 1011001 100110 111100

Color Harmonies of #9BC074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC074

Black with #9BC074

Text Example


Text Example

White with #9BC074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,192,116); }

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

background-color css

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

 a { background-color: rgb(155,192,116); }

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

border-color css

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

 span { border-color: rgb(155,192,116); }

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