Html Css Color HEX #6B9A7E Oxley

📋 copy color: '#6B9A7E'

red 107 ◦ green 154 ◦ blue 126

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

Shades of Oxley #6B9A7E

Tints of Oxley #6B9A7E

RGB

 RED value IS 107 (42.19% from 255) = 27.65%

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

 BLUE value IS 126 (49.61% from 255) = 32.56%

R = 27.65%
G = 39.79%
B = 32.56%

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

#6B9A7E (or 0x6B9A7E) is known color: Oxley. HEX triplet: 6B, 9A and 7E. RGB value is (107,154,126). Sum of RGB (Red+Green+Blue) = 107+154+126=387 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.65% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 154 - color contains mainly: green. Hex color #6B9A7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9A7E is #946581. Grayscale: #888888. Windows color (decimal): -9725314 or 8297067. OLE color: 8297067.

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

Color convert

RGB 107 154 126 -
CMYK 0.31 0 0.18 0.40
HSL 144.26º 0.19% 0.51% -
HSV(B) 144.26º 0.31% 0.6% -
XYZ 21.38 27.74 23.97 -
YUV 136.76 121.93 106.78 -
System Red Green Blue C M Y K H S L
Decimal 107 154 126 0.31 0 0.18 0.40 144.26 0.19 0.51
Hex 6B 9A 7E 1F 0 12 28 90 13 33
Octal 153 232 176 37 0 22 50 220 23 63
Binary 1101011 10011010 1111110 11111 0 10010 101000 10010000 10011 110011

Color Harmonies of #6B9A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9A7E

Black with #6B9A7E

Text Example


Text Example

White with #6B9A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,154,126); }

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

background-color css

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

 a { background-color: rgb(107,154,126); }

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

border-color css

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

 span { border-color: rgb(107,154,126); }

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