Html Css Color HEX #94C06D Olivine

📋 copy color: '#94C06D'

red 148 ◦ green 192 ◦ blue 109

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

Shades of Olivine #94C06D

Tints of Olivine #94C06D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.28%

R = 32.96%
G = 42.76%
B = 24.28%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#94C06D (or 0x94C06D) is known color: Olivine. HEX triplet: 94, C0 and 6D. RGB value is (148,192,109). Sum of RGB (Red+Green+Blue) = 148+192+109=449 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.96% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 192 - color contains mainly: green. Hex color #94C06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C06D is #6B3F92. Grayscale: #A9A9A9. Windows color (decimal): -7028627 or 7192724. OLE color: 7192724.

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

Color convert

RGB 148 192 109 -
CMYK 0.23 0 0.43 0.25
HSL 91.81º 0.4% 0.59% -
HSV(B) 91.81º 0.43% 0.75% -
XYZ 33.82 45.1 21.39 -
YUV 169.38 93.92 112.75 -
System Red Green Blue C M Y K H S L
Decimal 148 192 109 0.23 0 0.43 0.25 91.81 0.4 0.59
Hex 94 C0 6D 17 0 2B 19 5C 28 3B
Octal 224 300 155 27 0 53 31 134 50 73
Binary 10010100 11000000 1101101 10111 0 101011 11001 1011100 101000 111011

Color Harmonies of #94C06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C06D

Black with #94C06D

Text Example


Text Example

White with #94C06D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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