Html Css Color HEX #307979 Atoll

📋 copy color: '#307979'

red 48 ◦ green 121 ◦ blue 121

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

Shades of Atoll #307979

Tints of Atoll #307979

RGB

 RED value IS 48 (19.14% from 255) = 16.55%

 GREEN value IS 121 (47.66% from 255) = 41.72%

 BLUE value IS 121 (47.66% from 255) = 41.72%

R = 16.55%
G = 41.72%
B = 41.72%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#307979 (or 0x307979) is known color: Atoll. HEX triplet: 30, 79 and 79. RGB value is (48,121,121). Sum of RGB (Red+Green+Blue) = 48+121+121=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 121 (47.66% from 255 or 41.72% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 121 - color contains mainly: green, blue. Hex color #307979 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307979 is #CF8686. Grayscale: #636363. Windows color (decimal): -13600391 or 7960880. OLE color: 7960880.

HSL color Cylindrical-coordinate representation of color #307979: hue angle of 180º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #307979 is Cyan = 0.60, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 121 121 -
CMYK 0.60 0 0 0.53
HSL 180º 0.43% 0.33% -
HSV(B) 180º 0.6% 0.47% -
XYZ 11.51 15.68 20.51 -
YUV 99.17 140.32 91.5 -
System Red Green Blue C M Y K H S L
Decimal 48 121 121 0.60 0 0 0.53 180 0.43 0.33
Hex 30 79 79 3C 0 0 35 B4 2B 21
Octal 60 171 171 74 0 0 65 264 53 41
Binary 110000 1111001 1111001 111100 0 0 110101 10110100 101011 100001

Color Harmonies of #307979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307979

Black with #307979

Text Example


Text Example

White with #307979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307979; }

 p { color: rgb(48,121,121); }

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

background-color css

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

 a { background-color: rgb(48,121,121); }

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

border-color css

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

 span { border-color: rgb(48,121,121); }

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