Html Css Color HEX #0A7678 Surfie Green

📋 copy color: '#0A7678'

red 10 ◦ green 118 ◦ blue 120

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

Shades of Surfie Green #0A7678

Tints of Surfie Green #0A7678

RGB

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

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

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

R = 4.03%
G = 47.58%
B = 48.39%

CMYK

 C value IS 0.92

 M value IS 0.02

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0A7678 (or 0x0A7678) is known color: Surfie Green. HEX triplet: 0A, 76 and 78. RGB value is (10,118,120). Sum of RGB (Red+Green+Blue) = 10+118+120=248 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.03% from 248); Green value is 118 (46.48% from 255 or 47.58% from 248); Blue value is 120 (47.27% from 255 or 48.39% from 248); Max value from RGB is 120 - color contains mainly: blue. Hex color #0A7678 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7678 is #F58987. Grayscale: #555555. Windows color (decimal): -16091528 or 7894538. OLE color: 7894538.

HSL color Cylindrical-coordinate representation of color #0A7678: hue angle of 181.09º 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 #0A7678 is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 10 118 120 -
CMYK 0.92 0.02 0 0.53
HSL 181.09º 0.85% 0.25% -
HSV(B) 181.09º 0.92% 0.47% -
XYZ 9.99 14.38 20.02 -
YUV 85.94 147.22 73.84 -
System Red Green Blue C M Y K H S L
Decimal 10 118 120 0.92 0.02 0 0.53 181.09 0.85 0.25
Hex A 76 78 5C 2 0 35 B5 55 19
Octal 12 166 170 134 2 0 65 265 125 31
Binary 1010 1110110 1111000 1011100 10 0 110101 10110101 1010101 11001

Color Harmonies of #0A7678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7678

Black with #0A7678

Text Example


Text Example

White with #0A7678

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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