Html Css Color HEX #6D907A Oxley

📋 copy color: '#6D907A'

red 109 ◦ green 144 ◦ blue 122

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

Shades of Oxley #6D907A

Tints of Oxley #6D907A

RGB

 RED value IS 109 (42.97% from 255) = 29.07%

 GREEN value IS 144 (56.64% from 255) = 38.4%

 BLUE value IS 122 (48.05% from 255) = 32.53%

R = 29.07%
G = 38.4%
B = 32.53%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#6D907A (or 0x6D907A) is known color: Oxley. HEX triplet: 6D, 90 and 7A. RGB value is (109,144,122). Sum of RGB (Red+Green+Blue) = 109+144+122=375 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.07% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 144 - color contains mainly: green. Hex color #6D907A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D907A is #926F85. Grayscale: #838383. Windows color (decimal): -9596806 or 8032365. OLE color: 8032365.

HSL color Cylindrical-coordinate representation of color #6D907A: hue angle of 142.29º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6D907A is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 109 144 122 -
CMYK 0.24 0 0.15 0.44
HSL 142.29º 0.14% 0.5% -
HSV(B) 142.29º 0.24% 0.56% -
XYZ 19.79 24.6 22.12 -
YUV 131.03 122.9 112.29 -
System Red Green Blue C M Y K H S L
Decimal 109 144 122 0.24 0 0.15 0.44 142.29 0.14 0.5
Hex 6D 90 7A 18 0 F 2C 8E E 32
Octal 155 220 172 30 0 17 54 216 16 62
Binary 1101101 10010000 1111010 11000 0 1111 101100 10001110 1110 110010

Color Harmonies of #6D907A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D907A

Black with #6D907A

Text Example


Text Example

White with #6D907A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,144,122); }

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

background-color css

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

 a { background-color: rgb(109,144,122); }

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

border-color css

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

 span { border-color: rgb(109,144,122); }

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