Html Css Color HEX #0C7D74 Pine Green

📋 copy color: '#0C7D74'

red 12 ◦ green 125 ◦ blue 116

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

Shades of Pine Green #0C7D74

Tints of Pine Green #0C7D74

RGB

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

 GREEN value IS 125 (49.22% from 255) = 49.41%

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

R = 4.74%
G = 49.41%
B = 45.85%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#0C7D74 (or 0x0C7D74) is known color: Pine Green. HEX triplet: 0C, 7D and 74. RGB value is (12,125,116). Sum of RGB (Red+Green+Blue) = 12+125+116=253 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.74% from 253); Green value is 125 (49.22% from 255 or 49.41% from 253); Blue value is 116 (45.70% from 255 or 45.85% from 253); Max value from RGB is 125 - color contains mainly: green. Hex color #0C7D74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7D74 is #F3828B. Grayscale: #5A5A5A. Windows color (decimal): -15958668 or 7634188. OLE color: 7634188.

HSL color Cylindrical-coordinate representation of color #0C7D74: hue angle of 175.22º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7D74 is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB 12 125 116 -
CMYK 0.90 0 0.07 0.51
HSL 175.22º 0.82% 0.27% -
HSV(B) 175.22º 0.9% 0.49% -
XYZ 10.64 16.01 19.05 -
YUV 90.19 142.56 72.23 -
System Red Green Blue C M Y K H S L
Decimal 12 125 116 0.90 0 0.07 0.51 175.22 0.82 0.27
Hex C 7D 74 5A 0 7 33 AF 52 1B
Octal 14 175 164 132 0 7 63 257 122 33
Binary 1100 1111101 1110100 1011010 0 111 110011 10101111 1010010 11011

Color Harmonies of #0C7D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7D74

Black with #0C7D74

Text Example


Text Example

White with #0C7D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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