Html Css Color HEX #94D068 Olivine

📋 copy color: '#94D068'

red 148 ◦ green 208 ◦ blue 104

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

Shades of Olivine #94D068

Tints of Olivine #94D068

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.22%

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

R = 32.17%
G = 45.22%
B = 22.61%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.5

 K value IS 0.18

RGB Variations

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

Color information

#94D068 (or 0x94D068) is known color: Olivine. HEX triplet: 94, D0 and 68. RGB value is (148,208,104). Sum of RGB (Red+Green+Blue) = 148+208+104=460 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.17% from 460); Green value is 208 (81.64% from 255 or 45.22% from 460); Blue value is 104 (41.02% from 255 or 22.61% from 460); Max value from RGB is 208 - color contains mainly: green. Hex color #94D068 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D068 is #6B2F97. Grayscale: #B2B2B2. Windows color (decimal): -7024536 or 6869140. OLE color: 6869140.

HSL color Cylindrical-coordinate representation of color #94D068: hue angle of 94.62º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #94D068 is Cyan = 0.29, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.18.

Color convert

RGB 148 208 104 -
CMYK 0.29 0 0.5 0.18
HSL 94.62º 0.53% 0.61% -
HSV(B) 94.62º 0.5% 0.82% -
XYZ 37.27 52.41 21.25 -
YUV 178.2 86.12 106.46 -
System Red Green Blue C M Y K H S L
Decimal 148 208 104 0.29 0 0.5 0.18 94.62 0.53 0.61
Hex 94 D0 68 1D 0 32 12 5F 35 3D
Octal 224 320 150 35 0 62 22 137 65 75
Binary 10010100 11010000 1101000 11101 0 110010 10010 1011111 110101 111101

Color Harmonies of #94D068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D068

Black with #94D068

Text Example


Text Example

White with #94D068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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