Html Css Color HEX #94C075 Olivine

📋 copy color: '#94C075'

red 148 ◦ green 192 ◦ blue 117

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

Shades of Olivine #94C075

Tints of Olivine #94C075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.6%

R = 32.39%
G = 42.01%
B = 25.6%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#94C075 (or 0x94C075) is known color: Olivine. HEX triplet: 94, C0 and 75. RGB value is (148,192,117). Sum of RGB (Red+Green+Blue) = 148+192+117=457 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.39% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 192 - color contains mainly: green. Hex color #94C075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C075 is #6B3F8A. Grayscale: #AAAAAA. Windows color (decimal): -7028619 or 7717012. OLE color: 7717012.

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

Color convert

RGB 148 192 117 -
CMYK 0.23 0 0.39 0.25
HSL 95.2º 0.37% 0.61% -
HSV(B) 95.2º 0.39% 0.75% -
XYZ 34.27 45.28 23.76 -
YUV 170.29 97.92 112.1 -
System Red Green Blue C M Y K H S L
Decimal 148 192 117 0.23 0 0.39 0.25 95.2 0.37 0.61
Hex 94 C0 75 17 0 27 19 5F 25 3D
Octal 224 300 165 27 0 47 31 137 45 75
Binary 10010100 11000000 1110101 10111 0 100111 11001 1011111 100101 111101

Color Harmonies of #94C075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C075

Black with #94C075

Text Example


Text Example

White with #94C075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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