Html Css Color HEX #94BF7D Olivine

📋 copy color: '#94BF7D'

red 148 ◦ green 191 ◦ blue 125

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

Shades of Olivine #94BF7D

Tints of Olivine #94BF7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.94%

R = 31.9%
G = 41.16%
B = 26.94%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#94BF7D (or 0x94BF7D) is known color: Olivine. HEX triplet: 94, BF and 7D. RGB value is (148,191,125). Sum of RGB (Red+Green+Blue) = 148+191+125=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 191 - color contains mainly: green. Hex color #94BF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BF7D is #6B4082. Grayscale: #AAAAAA. Windows color (decimal): -7028867 or 8241044. OLE color: 8241044.

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

Color convert

RGB 148 191 125 -
CMYK 0.23 0 0.35 0.25
HSL 99.09º 0.34% 0.62% -
HSV(B) 99.09º 0.35% 0.75% -
XYZ 34.55 45.04 26.27 -
YUV 170.62 102.25 111.87 -
System Red Green Blue C M Y K H S L
Decimal 148 191 125 0.23 0 0.35 0.25 99.09 0.34 0.62
Hex 94 BF 7D 17 0 23 19 63 22 3E
Octal 224 277 175 27 0 43 31 143 42 76
Binary 10010100 10111111 1111101 10111 0 100011 11001 1100011 100010 111110

Color Harmonies of #94BF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BF7D

Black with #94BF7D

Text Example


Text Example

White with #94BF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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