Html Css Color HEX #6BA413 Christi

📋 copy color: '#6BA413'

red 107 ◦ green 164 ◦ blue 19

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

Shades of Christi #6BA413

Tints of Christi #6BA413

RGB

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

 GREEN value IS 164 (64.45% from 255) = 56.55%

 BLUE value IS 19 (7.81% from 255) = 6.55%

R = 36.9%
G = 56.55%
B = 6.55%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#6BA413 (or 0x6BA413) is known color: Christi. HEX triplet: 6B, A4 and 13. RGB value is (107,164,19). Sum of RGB (Red+Green+Blue) = 107+164+19=290 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.90% from 290); Green value is 164 (64.45% from 255 or 56.55% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 164 - color contains mainly: green. Hex color #6BA413 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BA413 is #945BEC. Grayscale: #828282. Windows color (decimal): -9722861 or 1287275. OLE color: 1287275.

HSL color Cylindrical-coordinate representation of color #6BA413: hue angle of 83.59º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6BA413 is Cyan = 0.35, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 107 164 19 -
CMYK 0.35 0 0.88 0.36
HSL 83.59º 0.79% 0.36% -
HSV(B) 83.59º 0.88% 0.64% -
XYZ 19.46 29.72 5.33 -
YUV 130.43 65.12 111.29 -
System Red Green Blue C M Y K H S L
Decimal 107 164 19 0.35 0 0.88 0.36 83.59 0.79 0.36
Hex 6B A4 13 23 0 58 24 54 4F 24
Octal 153 244 23 43 0 130 44 124 117 44
Binary 1101011 10100100 10011 100011 0 1011000 100100 1010100 1001111 100100

Color Harmonies of #6BA413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA413

Black with #6BA413

Text Example


Text Example

White with #6BA413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,164,19); }

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

background-color css

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

 a { background-color: rgb(107,164,19); }

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

border-color css

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

 span { border-color: rgb(107,164,19); }

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