Html Css Color HEX #065019 British Racing Green

📋 copy color: '#065019'

red 6 ◦ green 80 ◦ blue 25

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

Shades of British Racing Green #065019

Tints of British Racing Green #065019

RGB

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

 GREEN value IS 80 (31.64% from 255) = 72.07%

 BLUE value IS 25 (10.16% from 255) = 22.52%

R = 5.41%
G = 72.07%
B = 22.52%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#065019 (or 0x065019) is known color: British Racing Green. HEX triplet: 06, 50 and 19. RGB value is (6,80,25). Sum of RGB (Red+Green+Blue) = 6+80+25=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 80 (31.64% from 255 or 72.07% from 111); Blue value is 25 (10.16% from 255 or 22.52% from 111); Max value from RGB is 80 - color contains mainly: green. Hex color #065019 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065019 is #F9AFE6. Grayscale: #333333. Windows color (decimal): -16363495 or 1658886. OLE color: 1658886.

HSL color Cylindrical-coordinate representation of color #065019: hue angle of 135.41º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065019 is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.69.

Color convert

RGB 6 80 25 -
CMYK 0.92 0 0.69 0.69
HSL 135.41º 0.86% 0.17% -
HSV(B) 135.41º 0.93% 0.31% -
XYZ 3.12 5.85 1.88 -
YUV 51.6 112.98 95.47 -
System Red Green Blue C M Y K H S L
Decimal 6 80 25 0.92 0 0.69 0.69 135.41 0.86 0.17
Hex 6 50 19 5C 0 45 45 87 56 11
Octal 6 120 31 134 0 105 105 207 126 21
Binary 110 1010000 11001 1011100 0 1000101 1000101 10000111 1010110 10001

Color Harmonies of #065019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065019

Black with #065019

Text Example


Text Example

White with #065019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065019; }

 p { color: rgb(6,80,25); }

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

background-color css

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

 a { background-color: rgb(6,80,25); }

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

border-color css

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

 span { border-color: rgb(6,80,25); }

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