Html Css Color HEX #065021 British Racing Green

📋 copy color: '#065021'

red 6 ◦ green 80 ◦ blue 33

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

Shades of British Racing Green #065021

Tints of British Racing Green #065021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 27.73%

R = 5.04%
G = 67.23%
B = 27.73%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#065021 (or 0x065021) is known color: British Racing Green. HEX triplet: 06, 50 and 21. RGB value is (6,80,33). Sum of RGB (Red+Green+Blue) = 6+80+33=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 80 (31.64% from 255 or 67.23% from 119); Blue value is 33 (13.28% from 255 or 27.73% from 119); Max value from RGB is 80 - color contains mainly: green. Hex color #065021 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065021 is #F9AFDE. Grayscale: #343434. Windows color (decimal): -16363487 or 2183174. OLE color: 2183174.

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

Color convert

RGB 6 80 33 -
CMYK 0.92 0 0.59 0.69
HSL 141.89º 0.86% 0.17% -
HSV(B) 141.89º 0.93% 0.31% -
XYZ 3.22 5.89 2.41 -
YUV 52.52 116.98 94.82 -
System Red Green Blue C M Y K H S L
Decimal 6 80 33 0.92 0 0.59 0.69 141.89 0.86 0.17
Hex 6 50 21 5C 0 3B 45 8E 56 11
Octal 6 120 41 134 0 73 105 216 126 21
Binary 110 1010000 100001 1011100 0 111011 1000101 10001110 1010110 10001

Color Harmonies of #065021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065021

Black with #065021

Text Example


Text Example

White with #065021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065021; }

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

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

background-color css

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

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

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

border-color css

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

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

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