Html Css Color HEX #94D067 Olivine

📋 copy color: '#94D067'

red 148 ◦ green 208 ◦ blue 103

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

Shades of Olivine #94D067

Tints of Olivine #94D067

RGB

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

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

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

R = 32.24%
G = 45.32%
B = 22.44%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#94D067 (or 0x94D067) is known color: Olivine. HEX triplet: 94, D0 and 67. RGB value is (148,208,103). Sum of RGB (Red+Green+Blue) = 148+208+103=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 208 (81.64% from 255 or 45.32% from 459); Blue value is 103 (40.62% from 255 or 22.44% from 459); Max value from RGB is 208 - color contains mainly: green. Hex color #94D067 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D067 is #6B2F98. Grayscale: #B2B2B2. Windows color (decimal): -7024537 or 6803604. OLE color: 6803604.

HSL color Cylindrical-coordinate representation of color #94D067: hue angle of 94.29º 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 #94D067 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 148 208 103 -
CMYK 0.29 0 0.50 0.18
HSL 94.29º 0.53% 0.61% -
HSV(B) 94.29º 0.5% 0.82% -
XYZ 37.22 52.39 20.98 -
YUV 178.09 85.62 106.54 -
System Red Green Blue C M Y K H S L
Decimal 148 208 103 0.29 0 0.50 0.18 94.29 0.53 0.61
Hex 94 D0 67 1D 0 32 12 5E 35 3D
Octal 224 320 147 35 0 62 22 136 65 75
Binary 10010100 11010000 1100111 11101 0 110010 10010 1011110 110101 111101

Color Harmonies of #94D067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D067

Black with #94D067

Text Example


Text Example

White with #94D067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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