Html Css Color HEX #6FB40D Christi

📋 copy color: '#6FB40D'

red 111 ◦ green 180 ◦ blue 13

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

Shades of Christi #6FB40D

Tints of Christi #6FB40D

RGB

 RED value IS 111 (43.75% from 255) = 36.51%

 GREEN value IS 180 (70.7% from 255) = 59.21%

 BLUE value IS 13 (5.47% from 255) = 4.28%

R = 36.51%
G = 59.21%
B = 4.28%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#6FB40D (or 0x6FB40D) is known color: Christi. HEX triplet: 6F, B4 and 0D. RGB value is (111,180,13). Sum of RGB (Red+Green+Blue) = 111+180+13=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 180 (70.70% from 255 or 59.21% from 304); Blue value is 13 (5.47% from 255 or 4.28% from 304); Max value from RGB is 180 - color contains mainly: green. Hex color #6FB40D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FB40D is #904BF2. Grayscale: #8C8C8C. Windows color (decimal): -9456627 or 898159. OLE color: 898159.

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

Color convert

RGB 111 180 13 -
CMYK 0.38 0 0.93 0.29
HSL 84.79º 0.87% 0.38% -
HSV(B) 84.79º 0.93% 0.71% -
XYZ 22.95 36.05 6.13 -
YUV 140.33 56.14 107.08 -
System Red Green Blue C M Y K H S L
Decimal 111 180 13 0.38 0 0.93 0.29 84.79 0.87 0.38
Hex 6F B4 D 26 0 5D 1D 55 57 26
Octal 157 264 15 46 0 135 35 125 127 46
Binary 1101111 10110100 1101 100110 0 1011101 11101 1010101 1010111 100110

Color Harmonies of #6FB40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB40D

Black with #6FB40D

Text Example


Text Example

White with #6FB40D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,180,13); }

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

background-color css

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

 a { background-color: rgb(111,180,13); }

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

border-color css

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

 span { border-color: rgb(111,180,13); }

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