Html Css Color HEX #94C07D Olivine

📋 copy color: '#94C07D'

red 148 ◦ green 192 ◦ blue 125

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

Shades of Olivine #94C07D

Tints of Olivine #94C07D

RGB

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

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

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

R = 31.83%
G = 41.29%
B = 26.88%

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

#94C07D (or 0x94C07D) is known color: Olivine. HEX triplet: 94, C0 and 7D. RGB value is (148,192,125). Sum of RGB (Red+Green+Blue) = 148+192+125=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 192 - color contains mainly: green. Hex color #94C07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C07D is #6B3F82. Grayscale: #ABABAB. Windows color (decimal): -7028611 or 8241300. OLE color: 8241300.

HSL color Cylindrical-coordinate representation of color #94C07D: hue angle of 99.4º degrees, saturation: 0.35, 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 #94C07D is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 192 125 -
CMYK 0.23 0 0.35 0.25
HSL 99.4º 0.35% 0.62% -
HSV(B) 99.4º 0.35% 0.75% -
XYZ 34.76 45.48 26.35 -
YUV 171.21 101.92 111.45 -
System Red Green Blue C M Y K H S L
Decimal 148 192 125 0.23 0 0.35 0.25 99.4 0.35 0.62
Hex 94 C0 7D 17 0 23 19 63 23 3E
Octal 224 300 175 27 0 43 31 143 43 76
Binary 10010100 11000000 1111101 10111 0 100011 11001 1100011 100011 111110

Color Harmonies of #94C07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C07D

Black with #94C07D

Text Example


Text Example

White with #94C07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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