Html Css Color HEX #065C0F Green

📋 copy color: '#065C0F'

red 6 ◦ green 92 ◦ blue 15

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

Shades of Green #065C0F

Tints of Green #065C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 13.27%

R = 5.31%
G = 81.42%
B = 13.27%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.84

 K value IS 0.64

RGB Variations

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

Color information

#065C0F (or 0x065C0F) is known color: Green. HEX triplet: 06, 5C and 0F. RGB value is (6,92,15). Sum of RGB (Red+Green+Blue) = 6+92+15=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 92 (36.33% from 255 or 81.42% from 113); Blue value is 15 (6.25% from 255 or 13.27% from 113); Max value from RGB is 92 - color contains mainly: green. Hex color #065C0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065C0F is #F9A3F0. Grayscale: #393939. Windows color (decimal): -16360433 or 1006598. OLE color: 1006598.

HSL color Cylindrical-coordinate representation of color #065C0F: hue angle of 126.28º 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 #065C0F is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.64.

Color convert

RGB 6 92 15 -
CMYK 0.93 0 0.84 0.64
HSL 126.28º 0.88% 0.19% -
HSV(B) 126.28º 0.93% 0.36% -
XYZ 3.99 7.73 1.73 -
YUV 57.51 104.01 91.26 -
System Red Green Blue C M Y K H S L
Decimal 6 92 15 0.93 0 0.84 0.64 126.28 0.88 0.19
Hex 6 5C F 5D 0 54 40 7E 58 13
Octal 6 134 17 135 0 124 100 176 130 23
Binary 110 1011100 1111 1011101 0 1010100 1000000 1111110 1011000 10011

Color Harmonies of #065C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065C0F

Black with #065C0F

Text Example


Text Example

White with #065C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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