Html Css Color HEX #94C069 Olivine

📋 copy color: '#94C069'

red 148 ◦ green 192 ◦ blue 105

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

Shades of Olivine #94C069

Tints of Olivine #94C069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.6%

R = 33.26%
G = 43.15%
B = 23.6%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#94C069 (or 0x94C069) is known color: Olivine. HEX triplet: 94, C0 and 69. RGB value is (148,192,105). Sum of RGB (Red+Green+Blue) = 148+192+105=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 105 (41.41% from 255 or 23.60% from 445); Max value from RGB is 192 - color contains mainly: green. Hex color #94C069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C069 is #6B3F96. Grayscale: #A9A9A9. Windows color (decimal): -7028631 or 6930580. OLE color: 6930580.

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

Color convert

RGB 148 192 105 -
CMYK 0.23 0 0.45 0.25
HSL 90.34º 0.41% 0.58% -
HSV(B) 90.34º 0.45% 0.75% -
XYZ 33.61 45.02 20.28 -
YUV 168.93 91.92 113.07 -
System Red Green Blue C M Y K H S L
Decimal 148 192 105 0.23 0 0.45 0.25 90.34 0.41 0.58
Hex 94 C0 69 17 0 2D 19 5A 29 3A
Octal 224 300 151 27 0 55 31 132 51 72
Binary 10010100 11000000 1101001 10111 0 101101 11001 1011010 101001 111010

Color Harmonies of #94C069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C069

Black with #94C069

Text Example


Text Example

White with #94C069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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