Html Css Color HEX #94B690 Dark Sea Green

📋 copy color: '#94B690'

red 148 ◦ green 182 ◦ blue 144

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

Shades of Dark Sea Green #94B690

Tints of Dark Sea Green #94B690

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.4%

 BLUE value IS 144 (56.64% from 255) = 30.38%

R = 31.22%
G = 38.4%
B = 30.38%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#94B690 (or 0x94B690) is known color: Dark Sea Green. HEX triplet: 94, B6 and 90. RGB value is (148,182,144). Sum of RGB (Red+Green+Blue) = 148+182+144=474 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.22% from 474); Green value is 182 (71.48% from 255 or 38.40% from 474); Blue value is 144 (56.64% from 255 or 30.38% from 474); Max value from RGB is 182 - color contains mainly: green. Hex color #94B690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B690 is #6B496F. Grayscale: #A7A7A7. Windows color (decimal): -7031152 or 9483924. OLE color: 9483924.

HSL color Cylindrical-coordinate representation of color #94B690: hue angle of 113.68º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #94B690 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 148 182 144 -
CMYK 0.19 0 0.21 0.29
HSL 113.68º 0.21% 0.64% -
HSV(B) 113.68º 0.21% 0.71% -
XYZ 33.97 41.77 32.66 -
YUV 167.5 114.74 114.09 -
System Red Green Blue C M Y K H S L
Decimal 148 182 144 0.19 0 0.21 0.29 113.68 0.21 0.64
Hex 94 B6 90 13 0 15 1D 72 15 40
Octal 224 266 220 23 0 25 35 162 25 100
Binary 10010100 10110110 10010000 10011 0 10101 11101 1110010 10101 1000000

Color Harmonies of #94B690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B690

Black with #94B690

Text Example


Text Example

White with #94B690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,182,144); }

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

background-color css

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

 a { background-color: rgb(148,182,144); }

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

border-color css

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

 span { border-color: rgb(148,182,144); }

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