Html Css Color HEX #94BF70 Olivine

📋 copy color: '#94BF70'

red 148 ◦ green 191 ◦ blue 112

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

Shades of Olivine #94BF70

Tints of Olivine #94BF70

RGB

 RED value IS 148 (58.2% from 255) = 32.82%

 GREEN value IS 191 (75% from 255) = 42.35%

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

R = 32.82%
G = 42.35%
B = 24.83%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#94BF70 (or 0x94BF70) is known color: Olivine. HEX triplet: 94, BF and 70. RGB value is (148,191,112). Sum of RGB (Red+Green+Blue) = 148+191+112=451 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.82% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 191 - color contains mainly: green. Hex color #94BF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BF70 is #6B408F. Grayscale: #A9A9A9. Windows color (decimal): -7028880 or 7389076. OLE color: 7389076.

HSL color Cylindrical-coordinate representation of color #94BF70: hue angle of 92.66º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94BF70 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 191 112 -
CMYK 0.23 0 0.41 0.25
HSL 92.66º 0.38% 0.59% -
HSV(B) 92.66º 0.41% 0.75% -
XYZ 33.77 44.73 22.18 -
YUV 169.14 95.75 112.92 -
System Red Green Blue C M Y K H S L
Decimal 148 191 112 0.23 0 0.41 0.25 92.66 0.38 0.59
Hex 94 BF 70 17 0 29 19 5D 26 3B
Octal 224 277 160 27 0 51 31 135 46 73
Binary 10010100 10111111 1110000 10111 0 101001 11001 1011101 100110 111011

Color Harmonies of #94BF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BF70

Black with #94BF70

Text Example


Text Example

White with #94BF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94BF70; }

 p { color: rgb(148,191,112); }

 H1.HeaderClassName
 {
   color: #94BF70;
 }
 .AnyTagClassName
 {
   color: #94BF70;
 }
</style>

background-color css

<style>
 a { background-color: #94BF70; }

 a { background-color: rgb(148,191,112); }

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

border-color css

<style>
 span { border-color: #94BF70; }

 span { border-color: rgb(148,191,112); }

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