Html Css Color HEX #94CF68 Olivine

📋 copy color: '#94CF68'

red 148 ◦ green 207 ◦ blue 104

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

Shades of Olivine #94CF68

Tints of Olivine #94CF68

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.1%

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

R = 32.24%
G = 45.1%
B = 22.66%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#94CF68 (or 0x94CF68) is known color: Olivine. HEX triplet: 94, CF and 68. RGB value is (148,207,104). Sum of RGB (Red+Green+Blue) = 148+207+104=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 104 (41.02% from 255 or 22.66% from 459); Max value from RGB is 207 - color contains mainly: green. Hex color #94CF68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CF68 is #6B3097. Grayscale: #B1B1B1. Windows color (decimal): -7024792 or 6868884. OLE color: 6868884.

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

Color convert

RGB 148 207 104 -
CMYK 0.29 0 0.50 0.19
HSL 94.37º 0.52% 0.61% -
HSV(B) 94.37º 0.5% 0.81% -
XYZ 37.02 51.92 21.17 -
YUV 177.62 86.45 106.88 -
System Red Green Blue C M Y K H S L
Decimal 148 207 104 0.29 0 0.50 0.19 94.37 0.52 0.61
Hex 94 CF 68 1D 0 32 13 5E 34 3D
Octal 224 317 150 35 0 62 23 136 64 75
Binary 10010100 11001111 1101000 11101 0 110010 10011 1011110 110100 111101

Color Harmonies of #94CF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CF68

Black with #94CF68

Text Example


Text Example

White with #94CF68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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