Html Css Color HEX #0C633B Fun Green

📋 copy color: '#0C633B'

red 12 ◦ green 99 ◦ blue 59

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

Shades of Fun Green #0C633B

Tints of Fun Green #0C633B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 58.24%

 BLUE value IS 59 (23.44% from 255) = 34.71%

R = 7.06%
G = 58.24%
B = 34.71%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.40

 K value IS 0.61

RGB Variations

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

Color information

#0C633B (or 0x0C633B) is known color: Fun Green. HEX triplet: 0C, 63 and 3B. RGB value is (12,99,59). Sum of RGB (Red+Green+Blue) = 12+99+59=170 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.06% from 170); Green value is 99 (39.06% from 255 or 58.24% from 170); Blue value is 59 (23.44% from 255 or 34.71% from 170); Max value from RGB is 99 - color contains mainly: green. Hex color #0C633B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C633B is #F39CC4. Grayscale: #444444. Windows color (decimal): -15965381 or 3891980. OLE color: 3891980.

HSL color Cylindrical-coordinate representation of color #0C633B: hue angle of 152.41º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C633B is Cyan = 0.88, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.61.

Color convert

RGB 12 99 59 -
CMYK 0.88 0 0.40 0.61
HSL 152.41º 0.78% 0.22% -
HSV(B) 152.41º 0.88% 0.39% -
XYZ 5.4 9.32 5.65 -
YUV 68.43 122.68 87.75 -
System Red Green Blue C M Y K H S L
Decimal 12 99 59 0.88 0 0.40 0.61 152.41 0.78 0.22
Hex C 63 3B 58 0 28 3D 98 4E 16
Octal 14 143 73 130 0 50 75 230 116 26
Binary 1100 1100011 111011 1011000 0 101000 111101 10011000 1001110 10110

Color Harmonies of #0C633B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C633B

Black with #0C633B

Text Example


Text Example

White with #0C633B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,99,59); }

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

background-color css

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

 a { background-color: rgb(12,99,59); }

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

border-color css

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

 span { border-color: rgb(12,99,59); }

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