Html Css Color HEX #0A7078 Surfie Green

📋 copy color: '#0A7078'

red 10 ◦ green 112 ◦ blue 120

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

Shades of Surfie Green #0A7078

Tints of Surfie Green #0A7078

RGB

 RED value IS 10 (4.3% from 255) = 4.13%

 GREEN value IS 112 (44.14% from 255) = 46.28%

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

R = 4.13%
G = 46.28%
B = 49.59%

CMYK

 C value IS 0.92

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0A7078 (or 0x0A7078) is known color: Surfie Green. HEX triplet: 0A, 70 and 78. RGB value is (10,112,120). Sum of RGB (Red+Green+Blue) = 10+112+120=242 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.13% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 120 (47.27% from 255 or 49.59% from 242); Max value from RGB is 120 - color contains mainly: blue. Hex color #0A7078 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7078 is #F58F87. Grayscale: #525252. Windows color (decimal): -16093064 or 7893002. OLE color: 7893002.

HSL color Cylindrical-coordinate representation of color #0A7078: hue angle of 184.36º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7078 is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 10 112 120 -
CMYK 0.92 0.07 0 0.53
HSL 184.36º 0.85% 0.25% -
HSV(B) 184.36º 0.92% 0.47% -
XYZ 9.31 13.01 19.79 -
YUV 82.41 149.21 76.35 -
System Red Green Blue C M Y K H S L
Decimal 10 112 120 0.92 0.07 0 0.53 184.36 0.85 0.25
Hex A 70 78 5C 7 0 35 B8 55 19
Octal 12 160 170 134 7 0 65 270 125 31
Binary 1010 1110000 1111000 1011100 111 0 110101 10111000 1010101 11001

Color Harmonies of #0A7078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7078

Black with #0A7078

Text Example


Text Example

White with #0A7078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A7078; }

 p { color: rgb(10,112,120); }

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

background-color css

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

 a { background-color: rgb(10,112,120); }

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

border-color css

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

 span { border-color: rgb(10,112,120); }

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