Html Css Color HEX #307B78 Atoll

📋 copy color: '#307B78'

red 48 ◦ green 123 ◦ blue 120

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

Shades of Atoll #307B78

Tints of Atoll #307B78

RGB

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

 GREEN value IS 123 (48.44% from 255) = 42.27%

 BLUE value IS 120 (47.27% from 255) = 41.24%

R = 16.49%
G = 42.27%
B = 41.24%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.02

 K value IS 0.52

RGB Variations

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

Color information

#307B78 (or 0x307B78) is known color: Atoll. HEX triplet: 30, 7B and 78. RGB value is (48,123,120). Sum of RGB (Red+Green+Blue) = 48+123+120=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 123 (48.44% from 255 or 42.27% from 291); Blue value is 120 (47.27% from 255 or 41.24% from 291); Max value from RGB is 123 - color contains mainly: green. Hex color #307B78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307B78 is #CF8487. Grayscale: #646464. Windows color (decimal): -13599880 or 7895856. OLE color: 7895856.

HSL color Cylindrical-coordinate representation of color #307B78: hue angle of 177.6º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #307B78 is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB 48 123 120 -
CMYK 0.61 0 0.02 0.52
HSL 177.6º 0.44% 0.34% -
HSV(B) 177.6º 0.61% 0.48% -
XYZ 11.69 16.15 20.27 -
YUV 100.23 139.15 90.74 -
System Red Green Blue C M Y K H S L
Decimal 48 123 120 0.61 0 0.02 0.52 177.6 0.44 0.34
Hex 30 7B 78 3D 0 2 34 B2 2C 22
Octal 60 173 170 75 0 2 64 262 54 42
Binary 110000 1111011 1111000 111101 0 10 110100 10110010 101100 100010

Color Harmonies of #307B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307B78

Black with #307B78

Text Example


Text Example

White with #307B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307B78; }

 p { color: rgb(48,123,120); }

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

background-color css

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

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

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

border-color css

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

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

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