Html Css Color HEX #0C7674 Surfie Green

📋 copy color: '#0C7674'

red 12 ◦ green 118 ◦ blue 116

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

Shades of Surfie Green #0C7674

Tints of Surfie Green #0C7674

RGB

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

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

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

R = 4.88%
G = 47.97%
B = 47.15%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#0C7674 (or 0x0C7674) is known color: Surfie Green. HEX triplet: 0C, 76 and 74. RGB value is (12,118,116). Sum of RGB (Red+Green+Blue) = 12+118+116=246 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.88% from 246); Green value is 118 (46.48% from 255 or 47.97% from 246); Blue value is 116 (45.70% from 255 or 47.15% from 246); Max value from RGB is 118 - color contains mainly: green. Hex color #0C7674 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7674 is #F3898B. Grayscale: #555555. Windows color (decimal): -15960460 or 7632396. OLE color: 7632396.

HSL color Cylindrical-coordinate representation of color #0C7674: hue angle of 178.87º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7674 is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 12 118 116 -
CMYK 0.90 0 0.02 0.54
HSL 178.87º 0.82% 0.25% -
HSV(B) 178.87º 0.9% 0.46% -
XYZ 9.78 14.3 18.77 -
YUV 86.08 144.88 75.16 -
System Red Green Blue C M Y K H S L
Decimal 12 118 116 0.90 0 0.02 0.54 178.87 0.82 0.25
Hex C 76 74 5A 0 2 36 B3 52 19
Octal 14 166 164 132 0 2 66 263 122 31
Binary 1100 1110110 1110100 1011010 0 10 110110 10110011 1010010 11001

Color Harmonies of #0C7674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7674

Black with #0C7674

Text Example


Text Example

White with #0C7674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,118,116); }

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

background-color css

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

 a { background-color: rgb(12,118,116); }

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

border-color css

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

 span { border-color: rgb(12,118,116); }

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