Html Css Color HEX #94C067 Olivine

📋 copy color: '#94C067'

red 148 ◦ green 192 ◦ blue 103

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

Shades of Olivine #94C067

Tints of Olivine #94C067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 23.25%

R = 33.41%
G = 43.34%
B = 23.25%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#94C067 (or 0x94C067) is known color: Olivine. HEX triplet: 94, C0 and 67. RGB value is (148,192,103). Sum of RGB (Red+Green+Blue) = 148+192+103=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 103 (40.62% from 255 or 23.25% from 443); Max value from RGB is 192 - color contains mainly: green. Hex color #94C067 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C067 is #6B3F98. Grayscale: #A9A9A9. Windows color (decimal): -7028633 or 6799508. OLE color: 6799508.

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

Color convert

RGB 148 192 103 -
CMYK 0.23 0 0.46 0.25
HSL 89.66º 0.41% 0.58% -
HSV(B) 89.66º 0.46% 0.75% -
XYZ 33.51 44.97 19.75 -
YUV 168.7 90.92 113.24 -
System Red Green Blue C M Y K H S L
Decimal 148 192 103 0.23 0 0.46 0.25 89.66 0.41 0.58
Hex 94 C0 67 17 0 2E 19 5A 29 3A
Octal 224 300 147 27 0 56 31 132 51 72
Binary 10010100 11000000 1100111 10111 0 101110 11001 1011010 101001 111010

Color Harmonies of #94C067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C067

Black with #94C067

Text Example


Text Example

White with #94C067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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