Html Css Color HEX #307676 Atoll

📋 copy color: '#307676'

red 48 ◦ green 118 ◦ blue 118

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

Shades of Atoll #307676

Tints of Atoll #307676

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.55%

 BLUE value IS 118 (46.48% from 255) = 41.55%

R = 16.9%
G = 41.55%
B = 41.55%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#307676 (or 0x307676) is known color: Atoll. HEX triplet: 30, 76 and 76. RGB value is (48,118,118). Sum of RGB (Red+Green+Blue) = 48+118+118=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 118 - color contains mainly: green, blue. Hex color #307676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307676 is #CF8989. Grayscale: #606060. Windows color (decimal): -13601162 or 7763504. OLE color: 7763504.

HSL color Cylindrical-coordinate representation of color #307676: hue angle of 180º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307676 is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 118 118 -
CMYK 0.59 0 0 0.54
HSL 180º 0.42% 0.33% -
HSV(B) 180º 0.59% 0.46% -
XYZ 10.97 14.89 19.44 -
YUV 97.07 139.81 93 -
System Red Green Blue C M Y K H S L
Decimal 48 118 118 0.59 0 0 0.54 180 0.42 0.33
Hex 30 76 76 3B 0 0 36 B4 2A 21
Octal 60 166 166 73 0 0 66 264 52 41
Binary 110000 1110110 1110110 111011 0 0 110110 10110100 101010 100001

Color Harmonies of #307676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307676

Black with #307676

Text Example


Text Example

White with #307676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307676; }

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

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

background-color css

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

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

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

border-color css

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

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

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