Html Css Color HEX #0C8078 Surfie Green

📋 copy color: '#0C8078'

red 12 ◦ green 128 ◦ blue 120

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

Shades of Surfie Green #0C8078

Tints of Surfie Green #0C8078

RGB

 RED value IS 12 (5.08% from 255) = 4.62%

 GREEN value IS 128 (50.39% from 255) = 49.23%

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

R = 4.62%
G = 49.23%
B = 46.15%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.06

 K value IS 0.50

RGB Variations

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

Color information

#0C8078 (or 0x0C8078) is known color: Surfie Green. HEX triplet: 0C, 80 and 78. RGB value is (12,128,120). Sum of RGB (Red+Green+Blue) = 12+128+120=260 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.62% from 260); Green value is 128 (50.39% from 255 or 49.23% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 128 - color contains mainly: green. Hex color #0C8078 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8078 is #F37F87. Grayscale: #5C5C5C. Windows color (decimal): -15957896 or 7897100. OLE color: 7897100.

HSL color Cylindrical-coordinate representation of color #0C8078: hue angle of 175.86º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8078 is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.50.

Color convert

RGB 12 128 120 -
CMYK 0.91 0 0.06 0.50
HSL 175.86º 0.83% 0.27% -
HSV(B) 175.86º 0.91% 0.5% -
XYZ 11.26 16.87 20.43 -
YUV 92.4 143.57 70.65 -
System Red Green Blue C M Y K H S L
Decimal 12 128 120 0.91 0 0.06 0.50 175.86 0.83 0.27
Hex C 80 78 5B 0 6 32 B0 53 1B
Octal 14 200 170 133 0 6 62 260 123 33
Binary 1100 10000000 1111000 1011011 0 110 110010 10110000 1010011 11011

Color Harmonies of #0C8078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8078

Black with #0C8078

Text Example


Text Example

White with #0C8078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,128,120); }

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

background-color css

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

 a { background-color: rgb(12,128,120); }

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

border-color css

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

 span { border-color: rgb(12,128,120); }

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