Html Css Color HEX #94C06B Olivine

📋 copy color: '#94C06B'

red 148 ◦ green 192 ◦ blue 107

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

Shades of Olivine #94C06B

Tints of Olivine #94C06B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.94%

R = 33.11%
G = 42.95%
B = 23.94%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#94C06B (or 0x94C06B) is known color: Olivine. HEX triplet: 94, C0 and 6B. RGB value is (148,192,107). Sum of RGB (Red+Green+Blue) = 148+192+107=447 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.11% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 107 (42.19% from 255 or 23.94% from 447); Max value from RGB is 192 - color contains mainly: green. Hex color #94C06B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C06B is #6B3F94. Grayscale: #A9A9A9. Windows color (decimal): -7028629 or 7061652. OLE color: 7061652.

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

Color convert

RGB 148 192 107 -
CMYK 0.23 0 0.44 0.25
HSL 91.06º 0.4% 0.59% -
HSV(B) 91.06º 0.44% 0.75% -
XYZ 33.72 45.06 20.83 -
YUV 169.15 92.92 112.91 -
System Red Green Blue C M Y K H S L
Decimal 148 192 107 0.23 0 0.44 0.25 91.06 0.4 0.59
Hex 94 C0 6B 17 0 2C 19 5B 28 3B
Octal 224 300 153 27 0 54 31 133 50 73
Binary 10010100 11000000 1101011 10111 0 101100 11001 1011011 101000 111011

Color Harmonies of #94C06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C06B

Black with #94C06B

Text Example


Text Example

White with #94C06B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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