Html Css Color HEX #94BD7D Olivine

📋 copy color: '#94BD7D'

red 148 ◦ green 189 ◦ blue 125

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

Shades of Olivine #94BD7D

Tints of Olivine #94BD7D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.91%

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

R = 32.03%
G = 40.91%
B = 27.06%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#94BD7D (or 0x94BD7D) is known color: Olivine. HEX triplet: 94, BD and 7D. RGB value is (148,189,125). Sum of RGB (Red+Green+Blue) = 148+189+125=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 189 - color contains mainly: green. Hex color #94BD7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BD7D is #6B4282. Grayscale: #A9A9A9. Windows color (decimal): -7029379 or 8240532. OLE color: 8240532.

HSL color Cylindrical-coordinate representation of color #94BD7D: hue angle of 98.44º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94BD7D is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 189 125 -
CMYK 0.22 0 0.34 0.26
HSL 98.44º 0.33% 0.62% -
HSV(B) 98.44º 0.34% 0.74% -
XYZ 34.11 44.17 26.13 -
YUV 169.45 102.92 112.7 -
System Red Green Blue C M Y K H S L
Decimal 148 189 125 0.22 0 0.34 0.26 98.44 0.33 0.62
Hex 94 BD 7D 16 0 22 1A 62 21 3E
Octal 224 275 175 26 0 42 32 142 41 76
Binary 10010100 10111101 1111101 10110 0 100010 11010 1100010 100001 111110

Color Harmonies of #94BD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BD7D

Black with #94BD7D

Text Example


Text Example

White with #94BD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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