Html Css Color HEX #0A7A74 Surfie Green

📋 copy color: '#0A7A74'

red 10 ◦ green 122 ◦ blue 116

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

Shades of Surfie Green #0A7A74

Tints of Surfie Green #0A7A74

RGB

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

 GREEN value IS 122 (48.05% from 255) = 49.19%

 BLUE value IS 116 (45.7% from 255) = 46.77%

R = 4.03%
G = 49.19%
B = 46.77%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.05

 K value IS 0.52

RGB Variations

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

Color information

#0A7A74 (or 0x0A7A74) is known color: Surfie Green. HEX triplet: 0A, 7A and 74. RGB value is (10,122,116). Sum of RGB (Red+Green+Blue) = 10+122+116=248 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.03% from 248); Green value is 122 (48.05% from 255 or 49.19% from 248); Blue value is 116 (45.70% from 255 or 46.77% from 248); Max value from RGB is 122 - color contains mainly: green. Hex color #0A7A74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7A74 is #F5858B. Grayscale: #575757. Windows color (decimal): -16090508 or 7633418. OLE color: 7633418.

HSL color Cylindrical-coordinate representation of color #0A7A74: hue angle of 176.79º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7A74 is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB 10 122 116 -
CMYK 0.92 0 0.05 0.52
HSL 176.79º 0.85% 0.26% -
HSV(B) 176.79º 0.92% 0.48% -
XYZ 10.24 15.24 18.93 -
YUV 87.83 143.89 72.49 -
System Red Green Blue C M Y K H S L
Decimal 10 122 116 0.92 0 0.05 0.52 176.79 0.85 0.26
Hex A 7A 74 5C 0 5 34 B1 55 1A
Octal 12 172 164 134 0 5 64 261 125 32
Binary 1010 1111010 1110100 1011100 0 101 110100 10110001 1010101 11010

Color Harmonies of #0A7A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7A74

Black with #0A7A74

Text Example


Text Example

White with #0A7A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,122,116); }

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

background-color css

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

 a { background-color: rgb(10,122,116); }

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

border-color css

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

 span { border-color: rgb(10,122,116); }

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