Html Css Color HEX #6A9A7F Oxley

📋 copy color: '#6A9A7F'

red 106 ◦ green 154 ◦ blue 127

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

Shades of Oxley #6A9A7F

Tints of Oxley #6A9A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.82%

R = 27.39%
G = 39.79%
B = 32.82%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#6A9A7F (or 0x6A9A7F) is known color: Oxley. HEX triplet: 6A, 9A and 7F. RGB value is (106,154,127). Sum of RGB (Red+Green+Blue) = 106+154+127=387 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.39% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 154 - color contains mainly: green. Hex color #6A9A7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9A7F is #956580. Grayscale: #888888. Windows color (decimal): -9790849 or 8362602. OLE color: 8362602.

HSL color Cylindrical-coordinate representation of color #6A9A7F: hue angle of 146.25º 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 #6A9A7F is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 106 154 127 -
CMYK 0.31 0 0.18 0.40
HSL 146.25º 0.19% 0.51% -
HSV(B) 146.25º 0.31% 0.6% -
XYZ 21.33 27.71 24.3 -
YUV 136.57 122.6 106.2 -
System Red Green Blue C M Y K H S L
Decimal 106 154 127 0.31 0 0.18 0.40 146.25 0.19 0.51
Hex 6A 9A 7F 1F 0 12 28 92 13 33
Octal 152 232 177 37 0 22 50 222 23 63
Binary 1101010 10011010 1111111 11111 0 10010 101000 10010010 10011 110011

Color Harmonies of #6A9A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9A7F

Black with #6A9A7F

Text Example


Text Example

White with #6A9A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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