Html Css Color HEX #065023 British Racing Green

📋 copy color: '#065023'

red 6 ◦ green 80 ◦ blue 35

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

Shades of British Racing Green #065023

Tints of British Racing Green #065023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 28.93%

R = 4.96%
G = 66.12%
B = 28.93%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#065023 (or 0x065023) is known color: British Racing Green. HEX triplet: 06, 50 and 23. RGB value is (6,80,35). Sum of RGB (Red+Green+Blue) = 6+80+35=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 80 (31.64% from 255 or 66.12% from 121); Blue value is 35 (14.06% from 255 or 28.93% from 121); Max value from RGB is 80 - color contains mainly: green. Hex color #065023 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065023 is #F9AFDC. Grayscale: #343434. Windows color (decimal): -16363485 or 2314246. OLE color: 2314246.

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

Color convert

RGB 6 80 35 -
CMYK 0.92 0 0.56 0.69
HSL 143.51º 0.86% 0.17% -
HSV(B) 143.51º 0.93% 0.31% -
XYZ 3.25 5.9 2.56 -
YUV 52.74 117.98 94.66 -
System Red Green Blue C M Y K H S L
Decimal 6 80 35 0.92 0 0.56 0.69 143.51 0.86 0.17
Hex 6 50 23 5C 0 38 45 90 56 11
Octal 6 120 43 134 0 70 105 220 126 21
Binary 110 1010000 100011 1011100 0 111000 1000101 10010000 1010110 10001

Color Harmonies of #065023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065023

Black with #065023

Text Example


Text Example

White with #065023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065023; }

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

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

background-color css

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

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

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

border-color css

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

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

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