Html Css Color HEX #065018 British Racing Green

📋 copy color: '#065018'

red 6 ◦ green 80 ◦ blue 24

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

Shades of British Racing Green #065018

Tints of British Racing Green #065018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 21.82%

R = 5.45%
G = 72.73%
B = 21.82%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.70

 K value IS 0.69

RGB Variations

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

Color information

#065018 (or 0x065018) is known color: British Racing Green. HEX triplet: 06, 50 and 18. RGB value is (6,80,24). Sum of RGB (Red+Green+Blue) = 6+80+24=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 80 (31.64% from 255 or 72.73% from 110); Blue value is 24 (9.77% from 255 or 21.82% from 110); Max value from RGB is 80 - color contains mainly: green. Hex color #065018 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065018 is #F9AFE7. Grayscale: #333333. Windows color (decimal): -16363496 or 1593350. OLE color: 1593350.

HSL color Cylindrical-coordinate representation of color #065018: hue angle of 134.59º 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 #065018 is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB 6 80 24 -
CMYK 0.92 0 0.70 0.69
HSL 134.59º 0.86% 0.17% -
HSV(B) 134.59º 0.93% 0.31% -
XYZ 3.11 5.84 1.83 -
YUV 51.49 112.48 95.55 -
System Red Green Blue C M Y K H S L
Decimal 6 80 24 0.92 0 0.70 0.69 134.59 0.86 0.17
Hex 6 50 18 5C 0 46 45 87 56 11
Octal 6 120 30 134 0 106 105 207 126 21
Binary 110 1010000 11000 1011100 0 1000110 1000101 10000111 1010110 10001

Color Harmonies of #065018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065018

Black with #065018

Text Example


Text Example

White with #065018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065018; }

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

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

background-color css

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

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

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

border-color css

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

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

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