Html Css Color HEX #6BAA78 Oxley

📋 copy color: '#6BAA78'

red 107 ◦ green 170 ◦ blue 120

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

Shades of Oxley #6BAA78

Tints of Oxley #6BAA78

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.82%

 BLUE value IS 120 (47.27% from 255) = 30.23%

R = 26.95%
G = 42.82%
B = 30.23%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#6BAA78 (or 0x6BAA78) is known color: Oxley. HEX triplet: 6B, AA and 78. RGB value is (107,170,120). Sum of RGB (Red+Green+Blue) = 107+170+120=397 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.95% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 170 - color contains mainly: green. Hex color #6BAA78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAA78 is #945587. Grayscale: #919191. Windows color (decimal): -9721224 or 7907947. OLE color: 7907947.

HSL color Cylindrical-coordinate representation of color #6BAA78: hue angle of 132.38º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6BAA78 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 107 170 120 -
CMYK 0.37 0 0.29 0.33
HSL 132.38º 0.27% 0.54% -
HSV(B) 132.38º 0.37% 0.67% -
XYZ 23.83 33.23 22.93 -
YUV 145.46 113.63 100.57 -
System Red Green Blue C M Y K H S L
Decimal 107 170 120 0.37 0 0.29 0.33 132.38 0.27 0.54
Hex 6B AA 78 25 0 1D 21 84 1B 36
Octal 153 252 170 45 0 35 41 204 33 66
Binary 1101011 10101010 1111000 100101 0 11101 100001 10000100 11011 110110

Color Harmonies of #6BAA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAA78

Black with #6BAA78

Text Example


Text Example

White with #6BAA78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,170,120); }

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

background-color css

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

 a { background-color: rgb(107,170,120); }

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

border-color css

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

 span { border-color: rgb(107,170,120); }

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