Html Css Color HEX #0C683A Fun Green

📋 copy color: '#0C683A'

red 12 ◦ green 104 ◦ blue 58

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

Shades of Fun Green #0C683A

Tints of Fun Green #0C683A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 59.77%

 BLUE value IS 58 (23.05% from 255) = 33.33%

R = 6.9%
G = 59.77%
B = 33.33%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#0C683A (or 0x0C683A) is known color: Fun Green. HEX triplet: 0C, 68 and 3A. RGB value is (12,104,58). Sum of RGB (Red+Green+Blue) = 12+104+58=174 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.90% from 174); Green value is 104 (41.02% from 255 or 59.77% from 174); Blue value is 58 (23.05% from 255 or 33.33% from 174); Max value from RGB is 104 - color contains mainly: green. Hex color #0C683A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C683A is #F397C5. Grayscale: #474747. Windows color (decimal): -15964102 or 3827724. OLE color: 3827724.

HSL color Cylindrical-coordinate representation of color #0C683A: hue angle of 150º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C683A is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB 12 104 58 -
CMYK 0.88 0 0.44 0.59
HSL 150º 0.79% 0.23% -
HSV(B) 150º 0.88% 0.41% -
XYZ 5.87 10.28 5.68 -
YUV 71.25 120.52 85.74 -
System Red Green Blue C M Y K H S L
Decimal 12 104 58 0.88 0 0.44 0.59 150 0.79 0.23
Hex C 68 3A 58 0 2C 3B 96 4F 17
Octal 14 150 72 130 0 54 73 226 117 27
Binary 1100 1101000 111010 1011000 0 101100 111011 10010110 1001111 10111

Color Harmonies of #0C683A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C683A

Black with #0C683A

Text Example


Text Example

White with #0C683A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,104,58); }

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

background-color css

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

 a { background-color: rgb(12,104,58); }

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

border-color css

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

 span { border-color: rgb(12,104,58); }

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