Html Css Color HEX #6A9A7C Oxley

📋 copy color: '#6A9A7C'

red 106 ◦ green 154 ◦ blue 124

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

Shades of Oxley #6A9A7C

Tints of Oxley #6A9A7C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.1%

 BLUE value IS 124 (48.83% from 255) = 32.29%

R = 27.6%
G = 40.1%
B = 32.29%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#6A9A7C (or 0x6A9A7C) is known color: Oxley. HEX triplet: 6A, 9A and 7C. RGB value is (106,154,124). Sum of RGB (Red+Green+Blue) = 106+154+124=384 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.60% from 384); Green value is 154 (60.55% from 255 or 40.10% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 154 - color contains mainly: green. Hex color #6A9A7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9A7C is #956583. Grayscale: #888888. Windows color (decimal): -9790852 or 8165994. OLE color: 8165994.

HSL color Cylindrical-coordinate representation of color #6A9A7C: hue angle of 142.5º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6A9A7C is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 106 154 124 -
CMYK 0.31 0 0.19 0.40
HSL 142.5º 0.19% 0.51% -
HSV(B) 142.5º 0.31% 0.6% -
XYZ 21.14 27.63 23.29 -
YUV 136.23 121.1 106.44 -
System Red Green Blue C M Y K H S L
Decimal 106 154 124 0.31 0 0.19 0.40 142.5 0.19 0.51
Hex 6A 9A 7C 1F 0 13 28 8E 13 33
Octal 152 232 174 37 0 23 50 216 23 63
Binary 1101010 10011010 1111100 11111 0 10011 101000 10001110 10011 110011

Color Harmonies of #6A9A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9A7C

Black with #6A9A7C

Text Example


Text Example

White with #6A9A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,154,124); }

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

background-color css

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

 a { background-color: rgb(106,154,124); }

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

border-color css

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

 span { border-color: rgb(106,154,124); }

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