Html Css Color HEX #6BAD7A Oxley

📋 copy color: '#6BAD7A'

red 107 ◦ green 173 ◦ blue 122

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

Shades of Oxley #6BAD7A

Tints of Oxley #6BAD7A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.03%

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

R = 26.62%
G = 43.03%
B = 30.35%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#6BAD7A (or 0x6BAD7A) is known color: Oxley. HEX triplet: 6B, AD and 7A. RGB value is (107,173,122). Sum of RGB (Red+Green+Blue) = 107+173+122=402 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.62% from 402); Green value is 173 (67.97% from 255 or 43.03% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 173 - color contains mainly: green. Hex color #6BAD7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAD7A is #945285. Grayscale: #939393. Windows color (decimal): -9720454 or 8039787. OLE color: 8039787.

HSL color Cylindrical-coordinate representation of color #6BAD7A: hue angle of 133.64º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6BAD7A is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 107 173 122 -
CMYK 0.38 0 0.29 0.32
HSL 133.64º 0.29% 0.55% -
HSV(B) 133.64º 0.38% 0.68% -
XYZ 24.52 34.42 23.76 -
YUV 147.45 113.63 99.15 -
System Red Green Blue C M Y K H S L
Decimal 107 173 122 0.38 0 0.29 0.32 133.64 0.29 0.55
Hex 6B AD 7A 26 0 1D 20 86 1D 37
Octal 153 255 172 46 0 35 40 206 35 67
Binary 1101011 10101101 1111010 100110 0 11101 100000 10000110 11101 110111

Color Harmonies of #6BAD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAD7A

Black with #6BAD7A

Text Example


Text Example

White with #6BAD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,173,122); }

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

background-color css

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

 a { background-color: rgb(107,173,122); }

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

border-color css

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

 span { border-color: rgb(107,173,122); }

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