Html Css Color HEX #619692 Half Baked

📋 copy color: '#619692'

red 97 ◦ green 150 ◦ blue 146

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

Shades of Half Baked #619692

Tints of Half Baked #619692

RGB

 RED value IS 97 (38.28% from 255) = 24.68%

 GREEN value IS 150 (58.98% from 255) = 38.17%

 BLUE value IS 146 (57.42% from 255) = 37.15%

R = 24.68%
G = 38.17%
B = 37.15%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#619692 (or 0x619692) is known color: Half Baked. HEX triplet: 61, 96 and 92. RGB value is (97,150,146). Sum of RGB (Red+Green+Blue) = 97+150+146=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 150 - color contains mainly: green. Hex color #619692 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619692 is #9E696D. Grayscale: #858585. Windows color (decimal): -10381678 or 9606753. OLE color: 9606753.

HSL color Cylindrical-coordinate representation of color #619692: hue angle of 175.47º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #619692 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 150 146 -
CMYK 0.35 0 0.03 0.41
HSL 175.47º 0.21% 0.48% -
HSV(B) 175.47º 0.35% 0.59% -
XYZ 21.02 26.43 31.19 -
YUV 133.7 134.94 101.83 -
System Red Green Blue C M Y K H S L
Decimal 97 150 146 0.35 0 0.03 0.41 175.47 0.21 0.48
Hex 61 96 92 23 0 3 29 AF 15 30
Octal 141 226 222 43 0 3 51 257 25 60
Binary 1100001 10010110 10010010 100011 0 11 101001 10101111 10101 110000

Color Harmonies of #619692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619692

Black with #619692

Text Example


Text Example

White with #619692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619692; }

 p { color: rgb(97,150,146); }

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

background-color css

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

 a { background-color: rgb(97,150,146); }

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

border-color css

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

 span { border-color: rgb(97,150,146); }

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