Html Css Color HEX #6A9374 Oxley

📋 copy color: '#6A9374'

red 106 ◦ green 147 ◦ blue 116

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

Shades of Oxley #6A9374

Tints of Oxley #6A9374

RGB

 RED value IS 106 (41.8% from 255) = 28.73%

 GREEN value IS 147 (57.81% from 255) = 39.84%

 BLUE value IS 116 (45.7% from 255) = 31.44%

R = 28.73%
G = 39.84%
B = 31.44%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#6A9374 (or 0x6A9374) is known color: Oxley. HEX triplet: 6A, 93 and 74. RGB value is (106,147,116). Sum of RGB (Red+Green+Blue) = 106+147+116=369 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.73% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 147 - color contains mainly: green. Hex color #6A9374 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9374 is #956C8B. Grayscale: #838383. Windows color (decimal): -9792652 or 7639914. OLE color: 7639914.

HSL color Cylindrical-coordinate representation of color #6A9374: hue angle of 134.63º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6A9374 is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 106 147 116 -
CMYK 0.28 0 0.21 0.42
HSL 134.63º 0.16% 0.5% -
HSV(B) 134.63º 0.28% 0.58% -
XYZ 19.53 25.19 20.36 -
YUV 131.21 119.42 110.02 -
System Red Green Blue C M Y K H S L
Decimal 106 147 116 0.28 0 0.21 0.42 134.63 0.16 0.5
Hex 6A 93 74 1C 0 15 2A 87 10 32
Octal 152 223 164 34 0 25 52 207 20 62
Binary 1101010 10010011 1110100 11100 0 10101 101010 10000111 10000 110010

Color Harmonies of #6A9374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9374

Black with #6A9374

Text Example


Text Example

White with #6A9374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A9374; }

 p { color: rgb(106,147,116); }

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

background-color css

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

 a { background-color: rgb(106,147,116); }

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

border-color css

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

 span { border-color: rgb(106,147,116); }

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