Html Css Color HEX #94C670 Olivine

📋 copy color: '#94C670'

red 148 ◦ green 198 ◦ blue 112

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

Shades of Olivine #94C670

Tints of Olivine #94C670

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.23%

 BLUE value IS 112 (44.14% from 255) = 24.45%

R = 32.31%
G = 43.23%
B = 24.45%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#94C670 (or 0x94C670) is known color: Olivine. HEX triplet: 94, C6 and 70. RGB value is (148,198,112). Sum of RGB (Red+Green+Blue) = 148+198+112=458 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.31% from 458); Green value is 198 (77.73% from 255 or 43.23% from 458); Blue value is 112 (44.14% from 255 or 24.45% from 458); Max value from RGB is 198 - color contains mainly: green. Hex color #94C670 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C670 is #6B398F. Grayscale: #ADADAD. Windows color (decimal): -7027088 or 7390868. OLE color: 7390868.

HSL color Cylindrical-coordinate representation of color #94C670: hue angle of 94.88º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #94C670 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 148 198 112 -
CMYK 0.25 0 0.43 0.22
HSL 94.88º 0.43% 0.61% -
HSV(B) 94.88º 0.43% 0.78% -
XYZ 35.33 47.85 22.7 -
YUV 173.25 93.44 109.99 -
System Red Green Blue C M Y K H S L
Decimal 148 198 112 0.25 0 0.43 0.22 94.88 0.43 0.61
Hex 94 C6 70 19 0 2B 16 5F 2B 3D
Octal 224 306 160 31 0 53 26 137 53 75
Binary 10010100 11000110 1110000 11001 0 101011 10110 1011111 101011 111101

Color Harmonies of #94C670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C670

Black with #94C670

Text Example


Text Example

White with #94C670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,198,112); }

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

background-color css

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

 a { background-color: rgb(148,198,112); }

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

border-color css

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

 span { border-color: rgb(148,198,112); }

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