Html Css Color HEX #065C0C Green

📋 copy color: '#065C0C'

red 6 ◦ green 92 ◦ blue 12

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

Shades of Green #065C0C

Tints of Green #065C0C

RGB

 RED value IS 6 (2.73% from 255) = 5.45%

 GREEN value IS 92 (36.33% from 255) = 83.64%

 BLUE value IS 12 (5.08% from 255) = 10.91%

R = 5.45%
G = 83.64%
B = 10.91%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.87

 K value IS 0.64

RGB Variations

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

Color information

#065C0C (or 0x065C0C) is known color: Green. HEX triplet: 06, 5C and 0C. RGB value is (6,92,12). Sum of RGB (Red+Green+Blue) = 6+92+12=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 92 (36.33% from 255 or 83.64% from 110); Blue value is 12 (5.08% from 255 or 10.91% from 110); Max value from RGB is 92 - color contains mainly: green. Hex color #065C0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065C0C is #F9A3F3. Grayscale: #393939. Windows color (decimal): -16360436 or 809990. OLE color: 809990.

HSL color Cylindrical-coordinate representation of color #065C0C: hue angle of 124.19º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065C0C is Cyan = 0.93, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.64.

Color convert

RGB 6 92 12 -
CMYK 0.93 0 0.87 0.64
HSL 124.19º 0.88% 0.19% -
HSV(B) 124.19º 0.93% 0.36% -
XYZ 3.97 7.72 1.63 -
YUV 57.17 102.51 91.5 -
System Red Green Blue C M Y K H S L
Decimal 6 92 12 0.93 0 0.87 0.64 124.19 0.88 0.19
Hex 6 5C C 5D 0 57 40 7C 58 13
Octal 6 134 14 135 0 127 100 174 130 23
Binary 110 1011100 1100 1011101 0 1010111 1000000 1111100 1011000 10011

Color Harmonies of #065C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065C0C

Black with #065C0C

Text Example


Text Example

White with #065C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065C0C; }

 p { color: rgb(6,92,12); }

 H1.HeaderClassName
 {
   color: #065C0C;
 }
 .AnyTagClassName
 {
   color: #065C0C;
 }
</style>

background-color css

<style>
 a { background-color: #065C0C; }

 a { background-color: rgb(6,92,12); }

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

border-color css

<style>
 span { border-color: #065C0C; }

 span { border-color: rgb(6,92,12); }

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