Html Css Color HEX #0A7675 Surfie Green

📋 copy color: '#0A7675'

red 10 ◦ green 118 ◦ blue 117

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

Shades of Surfie Green #0A7675

Tints of Surfie Green #0A7675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 47.76%

R = 4.08%
G = 48.16%
B = 47.76%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#0A7675 (or 0x0A7675) is known color: Surfie Green. HEX triplet: 0A, 76 and 75. RGB value is (10,118,117). Sum of RGB (Red+Green+Blue) = 10+118+117=245 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.08% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 118 - color contains mainly: green. Hex color #0A7675 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7675 is #F5898A. Grayscale: #555555. Windows color (decimal): -16091531 or 7697930. OLE color: 7697930.

HSL color Cylindrical-coordinate representation of color #0A7675: hue angle of 179.44º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7675 is Cyan = 0.92, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 10 118 117 -
CMYK 0.92 0 0.01 0.54
HSL 179.44º 0.84% 0.25% -
HSV(B) 179.44º 0.92% 0.46% -
XYZ 9.81 14.31 19.07 -
YUV 85.59 145.72 74.08 -
System Red Green Blue C M Y K H S L
Decimal 10 118 117 0.92 0 0.01 0.54 179.44 0.84 0.25
Hex A 76 75 5C 0 1 36 B3 54 19
Octal 12 166 165 134 0 1 66 263 124 31
Binary 1010 1110110 1110101 1011100 0 1 110110 10110011 1010100 11001

Color Harmonies of #0A7675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7675

Black with #0A7675

Text Example


Text Example

White with #0A7675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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