Html Css Color HEX #94CE68 Olivine

📋 copy color: '#94CE68'

red 148 ◦ green 206 ◦ blue 104

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

Shades of Olivine #94CE68

Tints of Olivine #94CE68

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.98%

 BLUE value IS 104 (41.02% from 255) = 22.71%

R = 32.31%
G = 44.98%
B = 22.71%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#94CE68 (or 0x94CE68) is known color: Olivine. HEX triplet: 94, CE and 68. RGB value is (148,206,104). Sum of RGB (Red+Green+Blue) = 148+206+104=458 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.31% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 104 (41.02% from 255 or 22.71% from 458); Max value from RGB is 206 - color contains mainly: green. Hex color #94CE68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CE68 is #6B3197. Grayscale: #B1B1B1. Windows color (decimal): -7025048 or 6868628. OLE color: 6868628.

HSL color Cylindrical-coordinate representation of color #94CE68: hue angle of 94.12º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #94CE68 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 206 104 -
CMYK 0.28 0 0.50 0.19
HSL 94.12º 0.51% 0.61% -
HSV(B) 94.12º 0.5% 0.81% -
XYZ 36.78 51.44 21.09 -
YUV 177.03 86.78 107.29 -
System Red Green Blue C M Y K H S L
Decimal 148 206 104 0.28 0 0.50 0.19 94.12 0.51 0.61
Hex 94 CE 68 1C 0 32 13 5E 33 3D
Octal 224 316 150 34 0 62 23 136 63 75
Binary 10010100 11001110 1101000 11100 0 110010 10011 1011110 110011 111101

Color Harmonies of #94CE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CE68

Black with #94CE68

Text Example


Text Example

White with #94CE68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,206,104); }

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

background-color css

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

 a { background-color: rgb(148,206,104); }

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

border-color css

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

 span { border-color: rgb(148,206,104); }

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